Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 622 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 622 Bytes

ZedisDB (WIP)

a key-value memory database written in Go

features

  • compatible with RESP (REdis Serialization Protocol), you can use redis-cli to connect the database.
  • LRU Cache with time based eviction

functions

support data types

  • Strings and Binary Data
  • Numbers
  • NULL
  • Arrays (which may be nested)
  • Dictionaries (which may be nested)
  • Error messages

support commands

commands

reference