-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Key prefixing with blpop returns prefixed key #325
Comments
It's pretty similar to another issue #239. |
It is not really about multiple applications, its more about being able to programatically use set of keys and handle them without having to hard code them at any point. |
@Tomino2112 Yeah, I know there are some use cases where the support for namespace become very useful. However it's a little difficult to implement that. The support for |
I think I understand, Its no problem to just not use it. THanks |
I just added a link to this issue to the README. Thank you for pointing this out! |
When you use the
keyPrefix
option you should be getting back the "un-prefixed" version of the key when using multiple keys in blpop.Example:
The text was updated successfully, but these errors were encountered: