- 31 Jul, 2019 2 commits
-
-
chendianqiang authored
-
antirez authored
-
- 30 Jul, 2019 1 commit
-
-
John Sully authored
-
- 07 Jul, 2019 3 commits
-
-
swilly22 authored
-
Itamar Haber authored
Signed-off-by:
Itamar Haber <itamar@redislabs.com>
-
Itamar Haber authored
Signed-off-by:
Itamar Haber <itamar@redislabs.com>
-
- 15 May, 2019 5 commits
-
-
antirez authored
-
Christian Zeller authored
-
antirez authored
-
antirez authored
CLIENT PAUSE may be used, in other contexts, for a long time making all the slaves time out. Better for now to be more specific about what should disable senidng PINGs. An alternative to that would be to virtually refresh the slave interactions when clients are paused, however for now I went for this more conservative solution.
-
chendianqiang authored
-
- 14 May, 2019 1 commit
-
-
antirez authored
In fast systems "SLOWLOG RESET" is fast enough to don't be logged even when the time limit is "1" sometimes. Leading to false positives such as: [err]: SLOWLOG - can be disabled in tests/unit/slowlog.tcl Expected '1' to be equal to '0'
-
- 13 May, 2019 27 commits
-
-
antirez authored
-
WuYunlong authored
-
liaotonglang authored
sdsTest() defined in sds.c dit not match the call in server.c. remove it from REDIS_TEST, since test-sds defined in Makefile.
-
zhaozhao.zz authored
-
Oran Agra authored
solving few replication related tests race conditions which fail on slow machines bugfix in slave buffers test: since the test is executed twice, each time with a different commands count, the threshold for the delta can't be a constant.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
antirez authored
-
Yossi Gottlieb authored
Add a flag to automatically protect filters from being called recursively by their own module.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
A filter handle is returned and can be used to unregister a filter. In the future it can also be used to further configure or manipulate the filter. Filters are now automatically unregistered when a module unloads.
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Yossi Gottlieb authored
-
Oran Agra authored
-
Oran Agra authored
in diskless replication - master was not notifing the slave that rdb transfer terminated on error, and lets slave wait for replication timeout
-
antirez authored
Related to #3829.
-
antirez authored
See #3829.
-
oranagra authored
also reduce an excess sleep
-
Oran Agra authored
this is very confusing to see the server disappears as if it got SIGKILL when it was not the case.
-
Yossi Gottlieb authored
-
antirez authored
-
antirez authored
-
- 10 May, 2019 1 commit
-
-
yongman authored
-