Drop-in Redis replacement with faster performance. Built-in clustering, pub/sub, persistence, and a REST API. Written in Rust with zero-lock hot paths.
Redis protocol, REST API, persistence, clustering, and performance that beats the original.
1.81M pipelined SET/s, 0.2ms p50 latency. Outperforms Redis 7.0 on every benchmark.
RESP2/RESP3 compatible. Use redis-cli, Jedis, ioredis, or any Redis client library.
RDB snapshots + AOF with lock-free channel-based writer. Near-zero overhead on writes.
HTTP endpoints for every data type. 500K+ req/s via Axum. Perfect for serverless.
Peer-to-peer distributed architecture with CRC16 sharding across 16384 hash slots.
Real-time messaging with SUBSCRIBE/PUBLISH and atomic MULTI/EXEC transactions.
Single binary, built with Rust. Clone, build, and start serving requests. AOF persistence enabled by default.
Installation guide