-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support for scan
in RedisTemplate
#2260
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
Labels
status: ideal-for-contribution
An issue that a contributor can help us with
type: enhancement
A general enhancement
Milestone
Comments
Thanks for reaching out. I think that mostly no one asked for this feature yet. A specialty with |
4 tasks
scan
in RedisTemplate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: ideal-for-contribution
An issue that a contributor can help us with
type: enhancement
A general enhancement
Recently I use redis scan in my project. But I found that I can't use it in RedisTemplate directly and use RedisCallback instead. It was implemented in ReactiveRedisTemplate, is there any issue when implement it in RedisTemplate? If not, I would like to implement it.
The text was updated successfully, but these errors were encountered: