Quantcast
Channel: Spring Community Forums - Data
Viewing all articles
Browse latest Browse all 297

How can I use a LIMIT with a ZSET using spring-data-redis

$
0
0
Hi,
I need to paginate through a ZSET score range and since it is possible that there could be many deserialized objects as values, I dont want to run out of memory trying to load all at once. Is there a way I could paginate over the ZSET like using the LIMIT functionality in the redis client?

Regards,
Anoop

Viewing all articles
Browse latest Browse all 297

Trending Articles