googleforgames / open-saves

Open Saves is a cloud native data store for game development.
Apache License 2.0
220 stars 23 forks source link

Support for Redis Cluster to increase service max throughput #447

Closed ghost closed 3 months ago

ghost commented 3 months ago

Is your feature request related to a problem? Please describe. When performing load testing against Open Saves, we hit a bottleneck related to the redis server used to cache entities for Datastore. We would like to introduce the support for Redis Cluster client in Open Saves to remove the bottleneck (the server is CPU bound).

Describe the solution you'd like Support RedisCluster client as well as redis server.

Describe alternatives you've considered N/A

Additional context N/A