
Redis: Show database size/size for keys - Stack Overflow
Feb 25, 2014 · 153 My redis instance seems to being growing very large and I'd like to find out which of the multiple databases I have in there consumes how much memory. Redis' INFO …
How Can I Browse/View The Values Stored in Redis [closed]
Are there any good browsers/explorer for viewing Redis out there ? Am new to Redis so my expectation is if there is something similar to MongoVUE,Toad or SQLExplorer. I tried Redis …
How to atomically delete keys matching a pattern using Redis
Oct 24, 2010 · In my Redis DB I have a number of prefix:<numeric_id> hashes. Sometimes I want to purge them all automatically. How do I do this without using some distributed locking …
How do I run Redis on Windows? - Stack Overflow
Jun 25, 2011 · How do I run Redis on Windows? The Redis download page just seems to offer *nix options. Can I run Redis natively on Windows?
How do I delete everything in Redis? - Stack Overflow
Feb 11, 2016 · I want to delete all keys. I want everything wiped out and give me a blank database. Is there a way to do this in Redis client?
Redis command to get all available keys? - Stack Overflow
Mar 9, 2011 · Is there a Redis command for fetching all keys in the database? I have seen some python-redis libraries fetching them. But was wondering if it is possible from redis-client.
Newest 'redis' Questions - Stack Overflow
I am using Redis to cache data, and I'm setting an expire timeout. When cached data is cleaned up from redis database after its time expires I want to perform an extra action.
docker-compose redis and redis commander - Stack Overflow
Aug 31, 2018 · REDIS_HOSTS=local:redis:6379 means it will create config file to connect to docker container with the hostname redis on port 6379 and will have the connection name or …
What's default TTL in Redis? - Stack Overflow
Mar 6, 2018 · I can't find anywhere online what is default TTL in Redis. I know that I can set TTL for specific SET, but don't know what is default TTL. Can someone tell me what default time to …
How to know master/slave status of redis? - Stack Overflow
Jul 3, 2012 · How to know status of redis from command line (redis-cli) ? master/slave