Range Querying in Redis - Spring Data Redis

无人久伴 提交于 2020-02-02 13:12:27

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!