Skip to content

znkisoft/ZedisDB

Repository files navigation

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

About

yet another kv database written in Go, but in an instructive way.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages