In-memory key-value store that's a drop-in replacement for Redis.
Implements the RESP v2 protocol (and enough of v1 to be compatible with the cli)
flox activate # optional, installs redis-cli, python, etc
cargo bench # runs benchmarks
cargo run # runs server
redis-cli # connect to REPL
| Command | Status |
|---|---|
| SET, MSET | OK |
| GET, MGET | OK |
| DEL | OK |
| INCR | OK |