-
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
ReactiveKeyCommands.Exists
to check multiple key existence
#2883
Comments
EXISTS
to check multiple key existenceReactiveKeyCommands.Exists
to check multiple key existence
Currently, |
May I handle this issue? I will figure it out and open PR if possible. |
Sure, feel free to have a look @AnneMayor |
Awesome to see that it is being tackled 👏🏻 |
@kutlueren |
@AnneMayor thanks a lot! I initially wanted to tackle it but it was beyond my comprehension. I am happy to review your PR though 🙂 |
I am using the function to check if a key exist or not, but actually I have a list of keys that needs to be checked. I can't find a func that would accept a list of keys and do this as a bulk check. Is there a reason why this was not implemented? if not, would that be possible to implement it? it is already implemented in jedis.
I have achieved this by the following implementation:
redisOperations
is aReactiveRedisOperations
type.The versions:
org.springframework.data:spring-data-redis:3.2.2
java 21.0.2-librca
Kotlin compiler version 1.9.22
Thank you
The text was updated successfully, but these errors were encountered: