- 27 Feb, 2020 15 commits
-
-
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 5 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Fix latency sensitivity of new defrag test
-
antirez authored
-
- 23 Feb, 2020 4 commits
-
-
Oran Agra authored
in some cases we were trying to kill the fork before it got created
-
Guy Benoish authored
-
Guy Benoish authored
Use built-in alsoPropagate mechanism that wraps commands in MULTI/EXEC before sending them to replica/AOF
-
Oran Agra authored
I saw that the new defag test for list was failing in CI recently, so i reduce it's threshold from 12 to 60. besides that, i add / improve the latency test for that other two defrag tests (add a sensitive latency and digest / save checks) and fix bad usage of debug populate (can't overrides existing keys). this was the original intention, which creates higher fragmentation.
-
- 22 Feb, 2020 1 commit
-
-
Ariel authored
-
- 21 Feb, 2020 4 commits
- 20 Feb, 2020 6 commits
-
-
Salvatore Sanfilippo authored
add missing subcommand description for DEBUG OOM in HELP
-
Salvatore Sanfilippo authored
Fix memory leak in test_ld_conv
-
Salvatore Sanfilippo authored
Client side caching fixes
-
Salvatore Sanfilippo authored
Defrag big lists in portions to avoid latency and freeze
-
Salvatore Sanfilippo authored
XGROUP DESTROY should unblock XREADGROUP with -NOGROUP
-
Salvatore Sanfilippo authored
fix typo from fss to rss
-
- 19 Feb, 2020 2 commits
-
-
antirez authored
-
Guy Benoish authored
-