Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 351 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 351 Bytes

Reredis

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