Top "Redis" questions

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

PHP Redis timeout, read error on connection?

"PHP Fatal error: Uncaught exception 'RedisException' with message 'read error on connection'" The driver here is phpredis $redis->blpop(…

php redis phpredis
Pros and cons to use Celery vs. RQ

Currently I'm working on python project that requires implement some background jobs (mostly for email sending and heavily database updates). …

python redis celery scheduled-tasks python-rq
What is the difference between HSET and HMSET method in redis database

In my application im using redis database.I have gone through their documentation but i couldn't find the difference between …

database redis
How to destroy jobs enqueued by resque workers?

I'm using Resque on a rails-3 project to handle jobs that are scheduled to run every 5 minutes. I recently did …

ruby-on-rails-3 scheduled-tasks redis resque
Sidekiq jobs stuck in enqueue

Sidekiq has been working in development mode just perfectly. Now that I am trying to use it in production, all …

ruby-on-rails ruby-on-rails-3 redis ubuntu-10.04 sidekiq
Best way to store a list of java objects in Redis

It would be great if someone could suggest me on what would be the best way to store a list …

java redis key-value jedis
How get all keys in redis using php redis?

I am using https://github.com/nicolasff/phpredis extension to access redis. I want to get all keys in redis …

php redis phpredis
Jedis, Cannot get jedis connection: cannot get resource from pool

I have seen answers in couple of threads but didn't work out for me and since my problem occurs occasionally, …

spring redis jedis spring-data-redis
How do I know the data type of the value of a given key?

I can't seem to find useful information about Redis commands. I want to know the data type of the value …

redis command-line-interface
install redis on aws micro instance

I need to install redis in amazon cloud. I need it as a part of my npm module kue (deployment). …

amazon-web-services redis aws-cli