Skip to content

Releases: ovaixe/gredis

v1.0.1

27 Nov 18:02
Compare
Choose a tag to compare

v1.0.0

  • Implemented data persistence with AOF.

v1.0.0 - Initial Release

18 Nov 06:40
Compare
Choose a tag to compare

v1.0.0 - Initial Release

  • Implemented basic Redis commands: GET, SET, DEL, HGET,HSET,HDEL,HGETALL,HDELALL.
  • Support for RESP protocol using bufio.
  • Simple in-memory data structure for key-value storage.