- 03 Jul, 2018 1 commit
-
-
antirez authored
PR #5081 fixes an "interesting" bug about Redis Cluster failover but in general about the updating of repl_down_since, that is used in order to count the time a slave was left disconnected from its master. While the fix provided resolves the specific issue, in general the validity of repl_down_since is limited to states that are different than the state CONNECTED, and the disconnected time is set when the state is DISCONNECTED. However from CONNECTED to other states, the state machine must always go to DISCONNECTED first. So it makes sense to set the field to zero (since it is meaningless in that context) when the state is set to CONNECTED.
-
- 02 Jul, 2018 1 commit
-
-
antirez authored
-
- 30 Jun, 2018 1 commit
-
-
WuYunlong authored
automatically as expected.
-
- 29 Jun, 2018 1 commit
-
-
antirez authored
Making it more similar to KILL.
-
- 28 Jun, 2018 10 commits
-
-
dejun.xdj authored
-
dejun.xdj authored
-
dejun.xdj authored
-
dejun.xdj authored
-
dejun.xdj authored
Using another fprintf call to output the rest help message.
-
antirez authored
-
dejun.xdj authored
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
- 27 Jun, 2018 10 commits
-
-
antirez authored
-
antirez authored
-
shenlongxing authored
-
antirez authored
-
Mustafa Paltun authored
-
Mustafa Paltun authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Oran Agra authored
-
- 26 Jun, 2018 5 commits
-
-
antirez authored
Related to #5037.
-
antirez authored
-
antirez authored
Thanks to @shenlongxing for reporting the problem. Related to #5062.
-
Madelyn Olson authored
-
Madelyn Olson authored
-
- 25 Jun, 2018 9 commits
-
-
antirez authored
Instead of telling the user to set the renamed command to "" to remove the renaming, to the obvious thing when a command is renamed to itself. So if I want to remove the renaming of PING, I just rename it to PING again.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 24 Jun, 2018 1 commit
-
-
Guy Benoish authored
-
- 21 Jun, 2018 1 commit
-
-
michael-grunder authored
Unlike the BZPOP variants, these functions take a single key. This fixes an erroneous CROSSSLOT error when passing a count to a cluster enabled server.
-