Skip to content

v1.0.0 - Initial Release

Compare
Choose a tag to compare
@ovaixe ovaixe released this 18 Nov 06:40
· 4 commits to main since this release

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.