About 23,200,000 results
Open links in new tab
  1. How to start redis-server on a different port than the default port ...

    44 How to start redis-server on a different port than the default port 6379 in Ubuntu? I have used the following steps to install the redis: sudo add-apt-repository ppa:rwky/redis sudo apt-get …

  2. Redis-cli with password - Stack Overflow

    Redis-cli with password Asked 9 years, 9 months ago Modified 1 year, 2 months ago Viewed 247k times

  3. Stop redis server. Neither shutdown nor stop works

    The redis start and shutdown script utilizes redis-cli, which means that shutdown will not happen without auth and the server will hang in a loop waiting for redis to shutdown, which won't ever …

  4. Redis command to get all available keys? - Stack Overflow

    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.

  5. How do I delete everything in Redis? - Stack Overflow

    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?

  6. Redis: Show database size/size for keys - Stack Overflow

    154 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 command just …

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

  8. 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 …

  9. Redis raises "NOAUTH Authentication required" error but there is …

    I'm running Redis with Docker and there is an authentication password with the REDIS_PASSWORD env variable. After connecting to the container with docker exec …

  10. What is the easiest way to find the biggest objects in Redis?

    Try redis-memory-analyzer - a console tool to scan Redis key space in real time and aggregate memory usage statistic by key patterns. You may use this tools without maintenance on …