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 primary key) 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?