Top "Redis" questions

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.

How do I run Redis on Windows?

How do I run Redis on Windows? The Redis download page just seems to offer *nix options. Can I run …

windows redis
Memcached vs. Redis?

We're using a Ruby web-app with Redis server for caching. Is there a point to test Memcached instead? What will …

caching web-applications memcached redis
How can I stop redis-server?

I apparently have a redis-server instance running because when I try to start a new server by entering redis-server, I'm …

database ubuntu redis
Redis command to get all available keys?

Is there a Redis command for fetching all keys in the database? I have seen some python-redis libraries fetching them. …

redis redis-cli redis-commands
How do I delete everything in Redis?

I want to delete all keys. I want everything wiped out and give me a blank database. Is there a …

redis
How to atomically delete keys matching a pattern using Redis

In my Redis DB I have a number of prefix:<numeric_id> hashes. Sometimes I want to purge …

redis
When to Redis? When to MongoDB?

What I want is not a comparison between Redis and MongoDB. I know they are different; the performance and the …

architecture mongodb nosql redis
MISCONF Redis is configured to save RDB snapshots

During writes to Redis ( SET foo bar ) I am getting the following error: MISCONF Redis is configured to save RDB …

redis
How to List All Redis Databases?

I ran this command to access my redis server. telnet 127.0.0.1 6379 What is the command to show all of my databases?

redis
System has not been booted with systemd as init system (PID 1). Can't operate

I'm trying to follow the Redis installation process as discuss in this article of digital ocean, in WSL. The Ubuntu …

redis windows-subsystem-for-linux ubuntu-18.04