a key-value memory database written in Go
- compatible with
RESP
(REdis Serialization Protocol), you can useredis-cli
to connect the database. - LRU Cache with time based eviction
- Strings and Binary Data
- Numbers
- NULL
- Arrays (which may be nested)
- Dictionaries (which may be nested)
- Error messages