Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 331 Bytes

readme.md

File metadata and controls

27 lines (23 loc) · 331 Bytes

Goddis

A Partial clone of redis in GO.

Implemented commands
  • PING
  • ECHO
  • EXISTS
  • EXPIRE
  • DEL
  • SET (EX,PX,NX,XX)
  • GET
  • INCR
  • INCRBY
  • MGET
  • HSET
  • HGET
  • HMGET
  • HINCRBY

Does not respond to INFO Does not save to disk

Testing

GoConvey for testing.

License

MIT