#Redis

:rss: Qiita - 人気の記事's avatar
:rss: Qiita - 人気の記事

@[email protected]

【図解解説/初心者OK】Next.jsとHonoで爆速タイピングゲームを作ろう【Redis/Bun/TypeScript/Upstash/TailwindCSS】
qiita.com/Sicut_study/items/c1

Ricard Torres's avatar
Ricard Torres

@[email protected]

Can you have a and in the same server?

I'm seeing very weird things.

1. Some Mastodon lists have 0 posts right now, refreshed and gone.

2. Following a Pixelfed user from Mastodon seems to have no effect.

All systems in Pixelfed and Mastodon seem up.

Could there be a conflict with or similar?

Orhun Parmaksız 👾's avatar
Orhun Parmaksız 👾

@[email protected]

Redis + Ratatui = 🔥

🧰 **ratisui**: A TUI for exploring Redis databases from the terminal!

🚀 Supports command execution, auto completion, logging & more!

🦀 Written in Rust & built with @ratatui_rs

⭐ GitHub: github.com/honhimW/ratisui

Anders Eknert's avatar
Anders Eknert

@[email protected]

The corporation behind is now starting to chase client libraries claiming trademark violations github.com/redis-rs/redis-rs/i and are attempting to have the projects transferred to them.

If it wasn't obvious before, now is a good time to fuck the hell off from that software. Just use or one of the other alternatives.

Chris Gioran 💔's avatar
Chris Gioran 💔

@[email protected]

: Destroys their reputation with a shady license change

Community: Moves to fork

Redis: It is the people that are wrong, we'll use trademark to control the ecosystem

Result:

github.com/redis-rs/redis-rs/i

FullStack Bulletin's avatar
FullStack Bulletin

@[email protected]

Rearchitecting: to
wafris.org/blog/rearchitecting

Esther Schindler's avatar
Esther Schindler

@[email protected]

Wafris' migrated from to for its Rails middleware client. SQLite outperformed Redis in its specific use case, offering about 3x speed improvement locally.

wafris.org/blog/rearchitecting

Hollo :hollo:'s avatar
Hollo :hollo:

@[email protected]

now can work without . It uses Redis as a cache and queue backend if the REDIS_URL environment variable is provided, but if not given, it caches in memory and works without a queue. This is an option to consider if you have a few following/followers.

Stefano Marinelli's avatar
Stefano Marinelli

@[email protected]

I've migrated Redis to KeyDB and separated the volatile cache from Sidekiq jobs and Mastodon timelines. While this might not result in a performance boost due to the low load, it will enable some exciting new features (spoiler: KeyDB supports master-master replication).

Stay tuned!

Jobs for Developers's avatar
Jobs for Developers

@[email protected]

Sentry is hiring Senior Software Engineer, Platform

🔧
🌎 Toronto, Canada
⏰ Full-time
🏢 Sentry

Job details jobsfordevelopers.com/jobs/sen

Fedify: an ActivityPub server framework's avatar
Fedify: an ActivityPub server framework

@[email protected]

has supported optional queuing for outgoing activities, with two built-in message queue backends: InProcessMessageQueue, which is suitable for development, and DenoKvMessageQueue, which is only available in Deno.

Fedify has also had two built-in cache backends, MemoryKvStore, which is suitable for development, and DenoKvStore, which is only available in Deno.

Now, however, by installing the @fedify/redis package, you can use as both a message queue backend and a cache backend! Unlike DenoKvMessageQueue and DenoKvStore, it's also available for .js and .

This feature was made possible with the support of @ghost.

https://github.com/dahlia/fedify-redis