Redis client for Go
Why go-redis?
See Comparing go-redis vs redigo.
Clients
go-redis provides Go clients for various flavors of Redis:
- Getting started with go-redis
- Redis Cluster client
- Redis Sentinel client
- Redis Ring client
- Redis Univeral client
This client also works with kvrocks, a distributed key value NoSQL database that uses RocksDB as storage engine and is compatible with Redis protocol.
Ecosystem
Send a PR if you want to add your package to the list or promote your Redis-related project.