Releases: ovaixe/gredis
Releases · ovaixe/gredis
v1.0.1
v1.0.0 - Initial 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.