Binbin
Binbin
> So it's a tool that can create almost any kind of web application. The Redis website lists "Tools for managing and deploying Redis". I don't think it fits under...
@madolson in this case, it look like we are returning the wrong slot, like we are returning the cached slot (current->client->slot) and not the real slot (do nothing with the...
closing since #103 is merged
please do a make distclean and the redo the make, the new code has changed something in the deps and it need to re-make.
The previous test failed because, in the self-referential case, sobj == dobj, sobj was deleted in listElementsRemoved (so robj was also deleted) cause the assertion. origin: ``` "psubscribe","__key*__:*",1 "pmessage","__key*__:*","__keyspace@0__:blist{t}","rpush" "pmessage","__key*__:*","__keyevent@0__:rpush","blist{t}"...
sorry, i dont have enough time to review this, i guess i will be free in the next month. @hwware wen, do you think you have the time to review...
i think i can refresh this one, i also find a small bug, we can input `zunion 2 zset zset2 withscores aggregate min aggregate max`
you don't want to fix the conf before you start the server? why? in this case, is this a newly started service? Or are you restarting an old service?
https://redis.io/commands/client-info/ we can see client info is Available since: 6.2.0, we do have a version for every command where did you see the CONNECT command?
@itamarhaber i suppose we should document these commands (redis-cli only) in here? ``` 127.0.0.1:6379> help redis-cli 255.255.255 (git:ac312954) To get help about Redis commands type: "help @" to get a...