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
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