skip to Main Content

Redis make failing. Ubuntu 18.04

I am trying to make Redis 6.0.6., but when running the make command I get this error: (.venv) vagrant@vagrant:/vagrant/redis-6.0.6$ make cd src && make all make[1]: Entering directory '/vagrant/redis-6.0.6/src' /bin/sh: 1: pkg-config: not found CC Makefile.dep /bin/sh: 1: pkg-config: not…

VIEW QUESTION

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
Back To Top
Search