- 05 Sep, 2019 1 commit
-
- 04 Sep, 2019 1 commit
-
-
antirez authored
Before this commit we may have not consumer buffers when a read error is encountered. Such buffers may contain errors that are important clues for the user: for instance a protocol error in the payload we send in pipe mode will cause the server to abort the connection. If the user does not get the protocol error, debugging what is happening can be a nightmare. This commit fixes issue #3756.
-
- 31 Jul, 2019 4 commits
-
-
wubostc authored
-
antirez authored
-
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 3 commits
-
-
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
-
- 13 May, 2019 21 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.
-
Yossi Gottlieb authored
-
Yossi Gottlieb 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
-
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
-
- 10 May, 2019 6 commits
-
-
yongman authored
-
Angus Pearson authored
Enlarge error buffer in redis-check-aof.c to remove compiler warning of output truncation through snprintf format string
-
zhaozhao.zz authored
-
唐权 authored
Hi, @antirez In the code, to get the size of ziplist, "unsigned int bytes = ZIPLIST_HEADER_SIZE+1;" is correct, but why not make it more readable and easy to understand
-
stan011 authored
-
Yossi Gottlieb authored
-