- 10 Jun, 2018 1 commit
-
-
zhaozhao.zz authored
-
- 07 Jun, 2018 3 commits
- 06 Jun, 2018 1 commit
-
-
antirez authored
Close #4989.
-
- 05 Jun, 2018 1 commit
-
-
antirez authored
As observed by Michael Grunder this usage while practical is inconsistent because for instance it does not work against a key called HELP. Removed.
-
- 04 Jun, 2018 2 commits
-
-
antirez authored
Now that we have SETID, the inetrnals of consumer groups should be able to handle the case of the same message delivered multiple times just as a side effect of calling XREADGROUP. Normally this should never happen but if the admin manually "XGROUP SETID mykey mygroup 0", messages will get re-delivered to clients waiting for the ">" special ID. The consumer groups internals were not able to handle the case of a message re-delivered in this circumstances that was already assigned to another owner.
-
antirez authored
-
- 03 Jun, 2018 1 commit
-
-
michael-grunder authored
-
- 25 May, 2018 5 commits
-
-
antirez authored
-
zhaozhao.zz authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 19 Apr, 2018 2 commits
- 18 Apr, 2018 1 commit
-
-
antirez authored
-
- 17 Apr, 2018 2 commits
- 10 Apr, 2018 3 commits
- 21 Mar, 2018 1 commit
-
-
charsyam authored
-
- 20 Mar, 2018 5 commits
-
-
antirez authored
This should be more than enough, even if in case of partial IDs that are not found, we send all the IDs to the slave/AOF, but this is definitely a corner case without bad effects if not some wasted space.
-
antirez authored
With XINFO out of the blue I invented a new syntax for commands never used in Redis in the past... Let's fix it and make it Great Again!!11one (TM)
-
antirez authored
-
antirez authored
-
antirez authored
-
- 19 Mar, 2018 1 commit
-
-
antirez authored
-
- 15 Mar, 2018 11 commits
-
-
antirez authored
-
antirez authored
XINFO is mainly an observability command that will be used more by humans than computers, and even when used by computers it will be a very low traffic command. For this reason the format was changed in order to have field names. They'll consume some bandwidth and CPU cycles, but in this context this is much better than having to understand what the numbers in the output array are.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-