It's faster in in tail latency percentiles like p999.
https://opensource.zalando.com/skipper/tutorials/ratelimit/#valkey-based-cluster-ratelimits
Valkey-swift 1.2.0 is out. WARNING, if you are using the ValkeySearch module this release has unavoidable breaking changes. I could have released a 2.0.0 but it didn't make sense so near to the 1.0.0. Sorry, this shouldn't happen again.
https://github.com/valkey-io/valkey-swift/releases/tag/1.2.0
Off to #kubecon / #kubeconeu in #Amsterdam. Mostly syncing with folks on #Valkey.
Anyone else?
I'm on my way to #KubeCon to talk about our journey from #Redis on EC2 to #Valkey on #Kubernetes, this Thursday at 11:45 CET!
Happy to also meet up with folks to chat about the upcoming Valkey Operator, which is in development!
How to Install Valkey on Ubuntu 24.04
This article outlines the installation and configuration of Valkey, a key-value store derived from Redis, on Ubuntu 24.04. It highlights the simplicity of installation using default repositories, customization options through the configuration file, and various commands for operation. Valkey supports numerous data types and offers flexibility as a daemon or in a cluster.https://geekrewind.com/how-to-install-valkey-on-ubuntu-24-04/
I've just released PubSub Chat, a "toy" chat system that only relies on Redis-compatible / PubSub-enabled database (and no other server app)
https://codeberg.org/brunobord/pubsub-chat
I've tried to document it the best I could ; don't forget that it's quite unsafe and is NOT meant to replace IRC, Matrix, XMPP, etc.
But that was fun reviving it.
So, decided to get them rookie `/queue` numbers up so did a quick bit of caching. For a 12-job queue, I went from 240 RPS (Python/Flask) to 680 (Golang/Gin) then to 3400 RPS with some proper caching. The `/workers` endpoint would benefit as well, but I think its performant enough though I may end up adding a bit of caching later.