Skip to content

scul0405/gedis

Repository files navigation

TODO list

  • Simple Dynamic String
  • Redis Object
  • Dict
  • Zip list
  • Quick list
  • Skip list
  • Integer Set
  • DB and key expiration
  • Command execution
  • RDB & AOF
  • Upgrade: Zip list to List pack
  • Upgrade: robj to kvobj

Usage

Run the program

go run main.go

In another terminal, use the redis-cli to connect:

redis-cli -p 6336

About

Minimal version of Redis written in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages