cube icon indicating copy to clipboard operation
cube copied to clipboard

Cube Store Redis prefix to be used as real prefix

Open mfulop opened this issue 2 years ago • 2 comments

Configured prefix for cube store is currently used in the middle of redis keys generated by cube store eg.:

SQL_PRE_AGGREGATIONS<prefix>...

This is polluting our redis namespace when we are using tools to browse hierarchical keys.

An option to add the prefix at the beginning of generated Redis keys would be awesome!

mfulop avatar Aug 18 '21 17:08 mfulop

If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. If this is the first time you are contributing a Pull Request to Cube.js, please check our contribution guidelines. You can also post any questions while contributing in the #contributors channel in the Cube.js Slack.

github-actions[bot] avatar Aug 20 '21 20:08 github-actions[bot]

👋 a quick reminder that we will be replacing Redis with Cube Store as announced in this blog post.

rpaik avatar Jul 28 '22 05:07 rpaik

I believe that this issue is not relevant anymore since Cube Store has replaced Redis for query queue and cache management.

Docs: https://cube.dev/docs/product/deployment#redis

Announcement: https://cube.dev/blog/how-you-win-by-using-cube-store-part-1

igorlukanin avatar Sep 01 '23 12:09 igorlukanin