About 50 results
Open links in new tab
  1. Redis raises "NOAUTH Authentication required" error but there is no ...

    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 command, connect to redis CLI by …

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

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

  4. How to create own database in redis? - Stack Overflow

    Feb 25, 2016 · Redis database is not an equivalent of database names in DBMS like mysql. It is a way to create isolation and namespacing for the keys, and only provides index based naming, not custom …

  5. How to atomically delete keys matching a pattern using Redis

    Oct 24, 2010 · To safely delete Redis keys matching a specific pattern, especially those containing spaces or special characters, use the following command: ... --scan: Iterates through keys …

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

    Feb 15, 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#.

  7. How to use redis username with password in docker-compose?

    Jan 21, 2022 · Currently I have the below service configured in my docker-compose which works correct with redis password. However, I would like to use also redis username together with password. Is …

  8. Can't bind TCP listener *:6379 using Redis on Windows

    I'm using Redis 2.8 on Windows which I downloaded from github release. After unzip and I've set maxheap in redis.windows.conf file. After running redis-server redis.windows.conf I get # Creating S...

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

  10. python - Redis on Docker: Error 111 connecting to 0.0.0.0:6379 ...

    Mar 3, 2021 · You use bitnami/redis:latest for redis setup, so you surely have another service in docker-compose.yaml to define your django application, then link to that redis container. The problem is …