- 16 Oct, 2018 1 commit
-
-
antirez authored
Keep vanilla stream commands at toplevel, see #5426.
-
- 10 Oct, 2018 1 commit
-
-
antirez authored
Issue #5433.
-
- 09 Oct, 2018 1 commit
-
-
zhaozhao.zz authored
XSTREAM CREATE <key> <id or *> -- Create a new empty stream. XSTREAM SETID <key> <id or $> -- Set the current stream ID.
-
- 02 Oct, 2018 1 commit
-
-
antirez authored
-
- 30 Sep, 2018 2 commits
-
-
Bruce Merry authored
When HAVE_MALLOC_SIZE is false, each call to zrealloc causes used_memory to increase by PREFIX_SIZE more than it should, due to mis-matched accounting between the original zmalloc (which includes PREFIX size in its increment) and zrealloc (which misses it from its decrement). I've also supplied a command-line test to easily demonstrate the problem. It's not wired into the test framework, because I don't know TCL so I'm not sure how to automate it.
-
- 19 Sep, 2018 2 commits
- 12 Sep, 2018 1 commit
-
-
antirez authored
-
- 11 Sep, 2018 2 commits
- 05 Sep, 2018 3 commits
-
-
antirez authored
See issue #5250 and issue #5292 for more info.
-
antirez authored
Related to #5250.
-
youjiali1995 authored
-
- 31 Aug, 2018 2 commits
-
-
antirez authored
Processing command from the master while the slave is in busy state is not correct, however we cannot, also, just reply -BUSY to the replication stream commands from the master. The correct solution is to stop processing data from the master, but just accumulate the stream into the buffers and resume the processing later. Related to #5297.
-
antirez authored
See reasoning in #5297.
-
- 29 Aug, 2018 2 commits
-
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
- 27 Aug, 2018 2 commits
- 14 Aug, 2018 1 commit
-
-
zhaozhao.zz authored
-
- 13 Aug, 2018 1 commit
-
-
Oran Agra authored
-
- 03 Aug, 2018 1 commit
-
-
shenlongxing authored
-
- 31 Jul, 2018 4 commits
- 30 Jul, 2018 3 commits
-
-
Pavel Rochnyack authored
Closes: #5033
-
antirez authored
User: "is there a reason why redis server logs are missing the year in the "date time"?" Me: "I guess I did not imagine it would be stable enough to run for several years".
-
antirez authored
-
- 23 Jul, 2018 2 commits
- 20 Jul, 2018 2 commits
- 19 Jul, 2018 6 commits