skip to Main Content

Redisson client: retrieve top N keys

How can i get top of N keys from redisson client? I found next signature in getKeysByPattern() method: Iterable<String> getKeysByPattern(String pattern, int count); But looks like count - is keys loaded per request to Redis. How can i load top…

VIEW QUESTION

Redis cache for news articles

I have a bunch of news articles (~100k at the moment). Every article can be connected with more than one category. So I have two keys article URL and category. I need to store this articles in Redis and need…

VIEW QUESTION
Back To Top
Search