redis
NoSQL / Redis Scaling Theory
Is it more effici开发者_StackOverflow中文版ent for a key-value data store such as Redis to handle X number of requests over 1 client connection or 1 request per client over X number of client connecti[详细]
2023-03-27 16:13 分类:问答Error when trying to use async.concat to retrieve data from redis
I was following an example posted by the async author here but I\'m getting an error. redis-2.2.12 node v0.4.11-pre[详细]
2023-03-27 14:20 分类:问答Is it possible to start resque-web listening to a redis socket?
I have disable开发者_如何学JAVAd redis listening to port 6379 and enabled the websocket. It works wonderfully from my application, but when I launch resque-web it keeps listening trough network interf[详细]
2023-03-27 05:27 分类:问答jedis or redis trouble with encoding ISO-8859-5
I test redis and jedis API for encoding ISO-8859-5: String S = new String(\"Привет мир\".getBytes(), \"ISO-8859-5\");[详细]
2023-03-27 05:07 分类:问答Redis Multi Ensuring Atomicity
Is there a way in redis to make all commands in a \'multi\' transaction fail if one command fails. eg.[详细]
2023-03-27 03:13 分类:问答Redis key naming conventions? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. 开发者_JS百科 Want to improve this question? Update the question so it can be answered with facts and citations[详细]
2023-03-26 22:02 分类:问答Records inserted in REDIS are not saved
When we add any records(in the form of hashes or sets), do we need to COMMIT in order to save them. Is there a similar provision in REDIS?[详细]
2023-03-26 04:57 分类:问答Will Redis's sorted sets scale?
This may be more of a theoretical question but I\'m looking for a pragmatic answer. I plan to use Redis\'s Sorted Sets to store the ranking of a model in my database based on a calculated value. Curr[详细]
2023-03-26 04:35 分类:问答How to handle a result from an hgetall() in nodejs (nowjs)?
I am using redis + nowjs. I would like to know how to go about handling a result from an hgetall()? When I try to display the \"result\" in the client side, I only get [object Object] (it is probably[详细]
2023-03-25 23:22 分类:问答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 greeted with the following:[详细]
2023-03-25 19:13 分类:问答