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.
GET
, SET
, DEL
, HGET
,HSET
,HDEL
,HGETALL
,HDELALL
.bufio
.