It does now
HN user
mattyhogan
It does not but will soon!
Yeah I'd say we're at 80% command coverage with plans to fill it out soon. But all the ones you mentioned are supported! Rate limiters using an INCR / EXPIRE pattern will work just fine
Totally fair, a lot of people on reddit were questioning benchmarking. Should've included in the post
I used the official `redis-benchmark` tool run with Redis, Lux, Valkey, and a few others. Can be reproduced in a few minutes
Good point! There's an issue RE license so this will be addressed tomorrow
I built Lux because Redis is single-threaded and hasn't changed architecturally since 2009. Lux uses a sharded concurrent architecture in Rust with per-shard reader-writer locks, zero-copy RESP parsing, and pipeline batching. It speaks RESP natively so every Redis client works unchanged. We benchmarked against Redis 7, Valkey 9, and KeyDB with redis-benchmark (50 clients, 1M requests) - full results in the README. The Docker image is ~1MB on ARM. MIT licensed, no plans to change that. If you don't want to self-host, there's managed hosting at luxdb.dev. Happy to answer questions about the architecture or benchmarks.
With all the frameworks and apis out there, it can be really easy to get an agent running locally. However, the difficult part of building an agent is often bringing it online.
It takes longer to spin up a server, add websocket support, create webhooks, manage sessions, cron support, etc than it does to work on the actual agent logic and flow. We think we have a better way.
To prove this, we've made the simplest workflow ever to get an AI agent online. Press a button and watch it come to life. What you'll get is a fully hosted agent, that you can immediately use and interact with. Then you can clone it into your dev workflow ( works great in cursor or windsurf ) and start iterating quickly.
It's so fast to get started that it's probably better to just do it for yourself (it's free!).