Top "Redis" questions

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

Redis: How to access Redis log file

Have Redis setup with ruby on ubuntu server, but can't figure out how to access its log file. Tutorial says …

redis
Open Redis port for remote connections

I can ping pong Redis on the server: # redis-cli ping PONG But remotely, I got problems: $ src/redis-cli -h REMOTE.…

ubuntu redis
WRONGTYPE Operation against a key holding the wrong kind of value php

Hi I am using Laravel with Redis .When I am trying to access a key by get method then get …

php redis
How do I move a redis database from one server to another?

I currently have a live redis server running on a cloud instance and I want to migrate this redis server …

database redis data-migration database-migration
Redis: Show database size/size for keys

My redis instance seems to being growing very large and I'd like to find out which of the multiple databases …

redis
How to "EXPIRE" the "HSET" child key in redis?

I need to expire all keys in redis hash, which are older than 1 month.

hash redis
How to empty a redis database?

I've been playing with redis (and add some fun with it) during the last fews days and I'd like to …

database nosql redis
How to store and retrieve a dictionary with redis

# I have the dictionary my_dict my_dict = { 'var1' : 5 'var2' : 9 } r = redis.StrictRedis() How would I store my_…

python redis
Is Redis just a cache?

I have been reading some Redis docs and trying the tutorial at http://try.redis-db.com/. So far, I can't …

caching redis
Redis Vs RabbitMQ as a data broker/messaging system in between Logstash and elasticsearch

We are defining an architecture to collect log information by Logstash shippers which are installed in various machines and index …

elasticsearch redis rabbitmq logstash