Qiita - 人気の記事
【図解解説/初心者OK】Next.jsとHonoで爆速タイピングゲームを作ろう【Redis/Bun/TypeScript/Upstash/TailwindCSS】
https://qiita.com/Sicut_study/items/c12faaf962646bee34f7?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
【図解解説/初心者OK】Next.jsとHonoで爆速タイピングゲームを作ろう【Redis/Bun/TypeScript/Upstash/TailwindCSS】
https://qiita.com/Sicut_study/items/c12faaf962646bee34f7?utm_campaign=popular_items&utm_medium=feed&utm_source=popular_items
Can you have a #Pixelfed and #Mastodon 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 #Redis or similar?
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: https://github.com/honhimW/ratisui
#rustlang #ratatui #tui #redis #database #terminal #explore #tool #commandline
The corporation behind #Redis is now starting to chase #OpenSource client libraries claiming trademark violations https://github.com/redis-rs/redis-rs/issues/1419 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 #Valkey or one of the other alternatives.
#Redis : Destroys their reputation with a shady license change
Community: Moves to #Valkey fork
Redis: It is the people that are wrong, we'll use trademark to control the ecosystem
Result:
Rearchitecting: #Redis to #SQLite
https://wafris.org/blog/rearchitecting-for-sqlite
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!
#Redis #KeyDB #Mastodon #Sidekiq #BSDCafe #BSDCafeServices #BSDCafeUpdates
Sentry is hiring Senior Software Engineer, Platform
🔧 #golang #python #rust #django #kafka #postgresql #redis #seniorengineer
🌎 Toronto, Canada
⏰ Full-time
🏢 Sentry
Job details https://jobsfordevelopers.com/jobs/senior-software-engineer-platform-at-sentry-io-feb-22-2024-9c4dd4?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
#Fedify 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 #Redis as both a message queue backend and a cache backend! Unlike DenoKvMessageQueue
and DenoKvStore
, it's also available for #Node.js and #Bun.
This feature was made possible with the support of @ghost.