redis
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 分类:问答Value from client.get() is "true" instead of the real value
I am using nowjs and node_redis. I am trying to create something very simple. But so far, the tutorial have left me blank because they only do console.log().[详细]
2023-03-25 18:16 分类:问答Type mismatch using Jedis in Scala
The following code produces four type mismatch errors.Why?In the first and second cases I\'m doing a simple comparison with Strings.In the third case I\'m assigning false to a var of type Boolean.In t[详细]
2023-03-25 14:11 分类:问答