A Partial clone of redis in GO.
- 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
GoConvey for testing.
MIT
A Partial clone of redis in GO.
Does not respond to INFO Does not save to disk
GoConvey for testing.
MIT