A fast, lightweight redis proxy with support for Redis Cluster. This enables you to horizontally scale up your redis usage safely, easily, and without downtime.
RedFlare proxy supports the redis protocol, and can be dropped in between an existing client/server without any changes.
- Redis cluster support
- Hot config swapping
- Efficient host blackout/backoff logic
- Fast performance
- Multiple server pools
- Pipelined requests/responses
- Consistent hashing option
- Stats monitoring
- Support for MGET/MSET commands.
Rust > 1.30.0
cargo build --release --bin redflareproxy
See LICENSE
- Written by Kevin Xiao ([email protected])