- 06 Apr, 2020 3 commits
- 02 Apr, 2020 3 commits
- 01 Apr, 2020 6 commits
- 31 Mar, 2020 11 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Modules: Test MULTI/EXEC replication of RM_Replicate
-
Salvatore Sanfilippo authored
RENAME can unblock XREADGROUP
-
Guy Benoish authored
Other changes: Support stream in serverLogObjectDebugInfo
-
Guy Benoish authored
Makse sure call() doesn't wrap replicated commands with a redundant MULTI/EXEC Other, unrelated changes: 1. Formatting compiler warning in INFO CLIENTS 2. Use CLIENT_ID_AOF instead of UINT64_MAX
-
https://github.com/leeyiw/redisantirez authored
Merge branch 'pubsub_patterns_boost' of https://github.com/leeyiw/redis into leeyiw-pubsub_patterns_boost
-
antirez authored
-
antirez authored
-
antirez authored
37a10cef introduced automatic wrapping of MULTI/EXEC for the alsoPropagate API. However this collides with the built-in mechanism already present in module.c. To avoid complex changes near Redis 6 GA this commit introduces the ability to exclude call() MUTLI/EXEC wrapping for also propagate in order to continue to use the old code paths in module.c.
-
antirez authored
-
- 30 Mar, 2020 2 commits
- 29 Mar, 2020 1 commit
-
-
Salvatore Sanfilippo authored
fix: dict.c->dictResize()->minimal type
-
- 28 Mar, 2020 3 commits
-
-
OMG-By authored
-
Salvatore Sanfilippo authored
PSYNC2: reset backlog_idx and master_repl_offset correctly
-
zhaozhao.zz authored
-
- 27 Mar, 2020 9 commits
-
-
antirez authored
-
antirez authored
Now that this mechanism is the sole one used for blocked clients timeouts, it is more wise to cleanup the table when the client unblocks for any reason. We use a flag: CLIENT_IN_TO_TABLE, in order to avoid a radix tree lookup when the client was already removed from the table because we processed it by scanning the radix tree.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
See #7002.
-
- 26 Mar, 2020 1 commit
-
-
Salvatore Sanfilippo authored
AOFRW on an empty stream created with MKSTREAM loads badkly
-
- 25 Mar, 2020 1 commit
-
-
Oran Agra authored
the AOF will be loaded successfully, but the stream will be missing, i.e inconsistencies with the original db. this was because XADD with id of 0-0 would error. add a test to reproduce.
-