Open Redis port for remote connections - Stack Overflow I can ping pong Redis on the server: # redis-cli ping PONG But remotely, I got problems: $ src redis-cli -h REMOTE IP ping Could not connect to Redis at REMOTE IP:6379: Connection refused In conf
How does redis expire keys? - Stack Overflow How does Redis implement the expiration of keys? From here I learnt that Redis stores the time at which the key will expire, but how exactly is this implemented?
Redis: Find keys matching a pattern - Stack Overflow Update: Though the suggestion above helps you get the desired output, the redis KEYS command is evil as the others mentioned KEYS is blocking and can consume a lot of RAM while preparing the response Don't use KEYS in your regular application code If you're looking for a way to find keys in a subset of your keyspace, consider using SCAN or sets
Linux - Install redis-cli only - Stack Overflow I have a Linux server with Redis installed and I want to connect to it via command line from my local Linux machine Is it possible to install redis-cli only (without redis-server and other tools)
How many records can you insert in a redis instance? When you have a lot of small keys, it will use 5-6 times as much memory as the size of the data stored in redis You will probably need somewhere around 8-10 GB of memory to store your data set
Redis on Windows - config file - Stack Overflow I have just installed redis server on Windows from here and ran the server in default mode with no config file specified How do I link the config file (using Windows) to the server and how do I s