Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis cluster - read-replica routing #466

Open
jstorqhonor opened this issue Mar 5, 2023 · 0 comments
Open

Redis cluster - read-replica routing #466

jstorqhonor opened this issue Mar 5, 2023 · 0 comments

Comments

@jstorqhonor
Copy link

I've written some logic to do basic read-replica routing for a redis cluster but that extends the flask_caching.Cache() object to get benefits of the @cached annotation. I cannot find sufficient evidence that the actual RedisClusterCache client is actually meant for simple cache gets and sets with just routing logic without the slot, shard and pubsub logic that is really unnecessary and feels more about managing a redis cluster. Would there be any interest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant