About 50 results
Open links in new tab
  1. 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?

  2. 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 mechanism?

  3. 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?

  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. Get Redis keys and values at command prompt - Stack Overflow

    Jun 3, 2020 · I have a very small data saved in Redis and the following is working as expected that will allow me to download all keys. redis-cli keys * Is there any way to get the keys+values *?

  6. Redis connection to 127.0.0.1:6379 failed - connect ECONNREFUSED

    Jan 6, 2012 · 1. Check if Redis is running: bash redis-cli ping Should return PONG. If not, start Redis: bash redis-server # or on Ubuntu/Debian: sudo systemctl start redis 2. If using Docker, Redis isn't at …

  7. docker-compose redis password via environment variable

    Jul 20, 2021 · I'm trying to pass my redis password using docker-compose via environment variable but it gives me errors. Here is part of mine docker-compose.yml with redis image: redis: image: redis

  8. c# - Start using Redis with ASP.NET - Stack Overflow

    Sep 9, 2011 · How do I start using Redis database with ASP.NET? What I should install and what I should download? I'm using Visual Studio 2008 with C#.

  9. Redis as a database - Stack Overflow

    Jan 17, 2011 · I want to use Redis as a database, not a cache. From my (limited) understanding, Redis is an in-memory datastore. What are the risks of using Redis, and how can I mitigate them?

  10. Could not connect to Redis at 127.0.0.1:6379 ... - Stack Overflow

    Mar 17, 2017 · Using homebrew to install Redis but when I try to ping Redis it shows this error: Could not connect to Redis at 127.0.0.1:6379: Connection refused Note : I tried to turn off firewall and edit …