When running the SAVE command in redis-cli for Redis 1.3.15 it just returns \"(error) ERR\", BGSAVE does not appear to do anything either. The SHUTDOWN command returns \"(error) ERR Errors trying to S
We are using Redis 1.2.6 in production environment. There are 161804 keys in redis. Machine has 2GB RAM.
I am using redis for caching but recently I ran into a problem with the amount of memory use开发者_如何转开发d - had to restart my server since all ram had been consumed.
I would like to use redis to query data from commandline, scripts, web and from within spreadsheets.I can find good examples for all but spreadsheets...
I\'m planning to start using hashes insead of regular keys. But I can\'t find any informati开发者_开发知识库on about multi get for hash-keys in Redis wiki. Is this kind of command is supported by Redi
I am trying to install phpredis to work with my php. But the thing is, every time I try to get it to work, my error_log sends this error:
I\'m using Rails with redis. From the introduction of Redis, I found such information: start redis server:
Gr开发者_JAVA百科eetings, I want to store some data in a redis db and don\'t know which way I should go. The data is equivalent to something like an address with the variables name, street and number
It's difficult to tell what is being asked here. This question is ambiguou开发者_运维技巧s, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form.
Does JRedis support the blocki开发者_开发技巧ng list operations (BRPOP and/or BLPOP) ? I have a simple producer / consumer setup using a Redis list as a queue, and I would like to avoid polling the