- 13 May, 2019 25 commits
-
-
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 7 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
-
zhaozhao.zz authored
-
- 26 Apr, 2019 4 commits
-
-
David Carlier authored
-
yongman authored
-
James Rouzier authored
-
Salvatore Sanfilippo authored
removed obsolete warning as per - https://github.com/antirez/redis/is…
-
- 25 Apr, 2019 1 commit
-
-
- 10 Apr, 2019 2 commits
-
-
antirez authored
-
Oran Agra authored
when redis appends the blocked client reply list to the real client, it didn't bother to check if it is in fact the master client. so a slave executing that module command will send replies to the master, causing the master to send the slave error responses, which will mess up the replication offset (slave will advance it's replication offset, and the master does not)
-
- 18 Mar, 2019 1 commit
-
-
antirez authored
-