-
-
Notifications
You must be signed in to change notification settings - Fork 700
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
Add custom redis prefix configuration #647
base: master
Are you sure you want to change the base?
Conversation
Fixes #600 |
looks good, this is what we need in our project too |
I need this function very urgently. |
How does this compare to using a different redis db (0 to 16 to n) with a different redis connection pool? |
I am not intimately familiar with this codebase, but It seems like the
Inside of
Again, only recently looking at this project, not sure if this approach is bullet proof, but it would hopefully also reduce the number of files touched. I'm assuming asynqmon would also need some sort of updates to support this change. |
redis cluster mode can not select db |
@hibiken Any plans on getting this done? I can help with reviewing and testing if required. |
This might end up going in 0.25.1. There is already huge backlog of updates that have yet to be released. |
这可能是我需要的,我是redis集群版本,无法使用db 来区分。 |
I have supported custom redis prefix configuration for standard primitives. This is necessary when using the model when one redis instance share for many services. Because of this, collisions may occur