Quantcast
Channel: Active questions tagged redis+java - Stack Overflow
Viewing all articles
Browse latest Browse all 2204

Retrieve data from redis cache with pagination

$
0
0

I have redis cache with structure as below

private HashOperations<String, Long, Object> hashOperations;//put data in cachehashOperations.put("Key", 1, SomeObject);

I need to fetch data from the cache with pagination( first page 50 results, second page next 50 results and so on). How can this be implemented with spring data redis. Any help is appreciated.


Viewing all articles
Browse latest Browse all 2204

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>