googleforgames / googleforgames/open-match
Redis Cluster support
Open
enhancement
- Dominant language
- Go
- Stars
- 3.4k
- Forks
- 359
- PR merge metrics
- No merged PRs in 30d
Description
Redigo library does not [support](https://github.com/gomodule/redigo/issues/386) Redis Cluster.
Open Match with Redis Cluster generates [cross slot error](https://stackoverflow.com/questions/38042629/redis-cross-slot-error) when sharded to multiple nodes.
Asking switch to supported version such as [redis-go-cluster](https://github.com/wuxibin89/redis-go-cluster) for horizontal scalability.
Contributor guide
Assessment
This issue has not been assessed yet.