Skip to content

kylediaz/kv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KV

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)

Usage

flox activate # optional, installs redis-cli, python, etc
cargo bench   # runs benchmarks
cargo run     # runs server
redis-cli     # connect to REPL

Coverage

Command Status
SET, MSET OK
GET, MGET OK
DEL OK
INCR OK

About

In-memory key-value store that's a drop-in replacement for Redis

Resources

Stars

Watchers

Forks

Contributors