- 07 Mar, 2020 1 commit
-
-
guodongxiaren authored
-
- 06 Mar, 2020 1 commit
-
-
Salvatore Sanfilippo authored
Signal systemd readiness atfer Partial Resync
-
- 05 Mar, 2020 2 commits
-
-
Salvatore Sanfilippo authored
fix for flaky psync2 test
-
Oran Agra authored
*** [err]: PSYNC2: total sum of full synchronizations is exactly 4 in tests/integration/psync2.tcl Expected 5 == 4 (context: type eval line 6 cmd {assert {$sum == 4}} proc ::test) issue was that sometime the test got an unexpected full sync since it tried to switch to the replica before it was in sync with it's master.
-
- 02 Mar, 2020 4 commits
-
-
Salvatore Sanfilippo authored
Fix not used constant in lru_test_mode.
-
Salvatore Sanfilippo authored
add missing marco in sdsalloc.h
-
Salvatore Sanfilippo authored
To avoid compiler warnings
-
Salvatore Sanfilippo authored
Optimize temporary memory allocations for getKeysFromCommand mechanism
-
- 29 Feb, 2020 1 commit
-
-
ShooterIT authored
-
- 28 Feb, 2020 6 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
RM_Scan disable dict rehashing
-
Salvatore Sanfilippo authored
Add RM_CreateStringFromDouble
-
Salvatore Sanfilippo authored
add no_auth to COMMAND INFO
-
Salvatore Sanfilippo authored
module api docs for aux_save and aux_load
-
- 27 Feb, 2020 19 commits
-
-
antirez authored
-
antirez authored
This makes simpler to give people help when posting such kind of errors in the mailing list or other help forums, because sometimes the directive looks well spelled, but the version of Redis they are using is not able to support it.
-
Salvatore Sanfilippo authored
streamReplyWithRangeFromConsumerPEL: Redundant streamDecodeID
-
Salvatore Sanfilippo authored
Fix spop return nil #4709
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Fix a potential overflow with strncpy
-
antirez authored
-
Salvatore Sanfilippo authored
Del event loop
-
Salvatore Sanfilippo authored
fix impl of aof-child whitelist SIGUSR1 feature.
-
Salvatore Sanfilippo authored
Changed log level for module fork api from 'notice' to 'verbos'.
-
Salvatore Sanfilippo authored
Fix Memory Leaks in debug.c
-
Salvatore Sanfilippo authored
modify the read buf size according to the write buf size PROTO_IOBUF_LEN
-
Salvatore Sanfilippo authored
fix ThreadSafeContext lock/unlock function names
-
Salvatore Sanfilippo authored
XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC
-
Salvatore Sanfilippo authored
fix race in module api test for fork
-
Salvatore Sanfilippo authored
Modules: Do not auto-unblock clients if not blocked on keys
-
Salvatore Sanfilippo authored
fix github actions failing latency test for active defrag - part 2
-
Oran Agra authored
it seems that running two clients at a time is ok too, resuces action time from 20 minutes to 10. we'll use this for now, and if one day it won't be enough we'll have to run just the sensitive tests one by one separately from the others. this commit also fixes an issue with the defrag test that appears to be very rare.
-
- 25 Feb, 2020 3 commits
-
-
Salvatore Sanfilippo authored
fix github actions failing latency test for active defrag
-
Oran Agra authored
seems that github actions are slow, using just one client to reduce false positives. also adding verbose, testing only on latest ubuntu, and building on older one. when doing that, i can reduce the test threshold back to something saner
-
Hengjian Tang authored
-
- 24 Feb, 2020 3 commits