cube icon indicating copy to clipboard operation
cube copied to clipboard

Epic: Replace Redis with Cube Store

Open rpaik opened this issue 1 year ago • 0 comments

Currently, Cube relies on Redis for in-memory caching and queue management, and this is inefficient and not scalable. Redis cluster coordination consumes a lot of resources under the high load and becomes the bottleneck to scaling the API concurrency.

Cube Store will replace Redis for in-memory caching and queue management and you will find more details in this blog post.

rpaik avatar Aug 01 '22 15:08 rpaik