- 04 Jul, 2018 12 commits
-
-
antirez authored
-
antirez authored
With such information will be able to use a private localtime() implementation serverLog(), which does not use any locking and is both thread and fork() safe.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 03 Jul, 2018 7 commits
-
-
Jack Drogon authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
limit the size of pending-querybuf in masterclient
-
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.
-
Salvatore Sanfilippo authored
cluster failover bug
-
chendianqiang authored
-
- 02 Jul, 2018 6 commits
-
-
antirez authored
-
Salvatore Sanfilippo authored
Module command help
-
Salvatore Sanfilippo authored
Added link to Google Group
-
Salvatore Sanfilippo authored
fix empty string for sentinel rename-command
-
Salvatore Sanfilippo authored
fix tests/test_helper.tcl with --wait-server option.
-
WuYunlong authored
Issue #5063 added --wait-server option, but can not work.
-
- 01 Jul, 2018 1 commit
-
-
chendianqiang authored
-
- 30 Jun, 2018 2 commits
- 29 Jun, 2018 4 commits
-
-
antirez authored
Making it more similar to KILL.
-
Salvatore Sanfilippo authored
FEATURE: implements client list type option
-
Salvatore Sanfilippo authored
fix some compile warnings
-
Salvatore Sanfilippo authored
Add no auth warning option
-
- 28 Jun, 2018 8 commits