Gedis is a lightweight, in-memory key-value store server that implements the RESP (REdis Serialization Protocol) specification. It provides a simple and efficient way to store and retrieve data over TCP connections. Built with Go, it offers high performance and concurrent connection handling while maintaining a simple and intuitive API : Gedis
Gedis-Client is a Go-based client interacting with the Gedis caching server, a Redis-like in-memory data store. This client provides a simple and intuitive way to interact with the Gedis server : Gedis-Client