go-redis 1.0 Released

go-redis 1.0 Released

I have released a new open source framework, go-redis. The go-redis is a database framework for implementing a Redis-compatible server using Go easily.

The go-redis handles RESP (REdis Serialization Protocol) and interprets any commands based on the RESP so that all developers can develop Redis-compatible servers easily.

The go-redis handles all system commands such as PING and SELECT automatically. Therefore the developers can easily implement their Redis-compatible server only by simply handling user commands such as SET and GET.