问题
is there a way we can implement Range queries in Redis using Spring Data Redis?
Eg:
If my Pojo class has Date(which is not a unique identifier in my DataModel) and i require data that falls under a desired period of date, Is it possible with Spring Data Redis to construct a query for the same rather than querying each date individually?
来源:https://stackoverflow.com/questions/59888313/range-querying-in-redis-spring-data-redis