Reredis is a reimplementation of Redis for learning/fun.
Progress:
- Key-value operations (
DEL
,EXISTS
) - Strings (
GET
,SET
,INCR
) - Lists (
LPUSH
,LPOP
,RPUSH
,RPOP
,LLEN
,LMOVE
) - Sets
- Wider characters (UTF8?)
- Hashes
- Sorted sets
- HyperLogLog
- Client-server architecture