- 25 Oct, 2018 1 commit
-
-
Salvatore Sanfilippo authored
A fix to XPENDING's count underflow
-
- 24 Oct, 2018 4 commits
-
-
Salvatore Sanfilippo authored
if we read a expired key, misses++
-
Salvatore Sanfilippo authored
Overhead is the allocated size of the AOF buffer, not its length
-
antirez authored
-
Salvatore Sanfilippo authored
do not delete expired keys in KEYS command
-
- 22 Oct, 2018 5 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
migrate: fix mismatch of RESTORE reply when some keys have expired.
-
antirez authored
-
Salvatore Sanfilippo authored
several typos fixed, optimize MSETNX to avoid unnecessary loop
-
- 21 Oct, 2018 1 commit
-
-
hujie authored
-
- 20 Oct, 2018 1 commit
-
-
hujie authored
-
- 19 Oct, 2018 3 commits
-
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
- 18 Oct, 2018 1 commit
-
-
youjiali1995 authored
-
- 17 Oct, 2018 11 commits
-
-
Itamar Haber authored
-
antirez authored
They play better with Lua scripting, otherwise Lua will see status replies as "ok" = "string" which is very odd, and actually as @oranagra reasoned in issue #5456 in the rest of the Redis code base there was no such concern as saving a few bytes when the protocol is emitted.
-
Itamar Haber authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
This avoids issues with having to replicate a command that produced errors.
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Scripting & Streams: some commands need right flags
-
- 16 Oct, 2018 10 commits
-
-
Damien Tournoud authored
-
Salvatore Sanfilippo authored
Streams: rewrite empty streams with certain lastid
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
antirez authored
See #5426.
-
antirez authored
Related to #5426.
-
antirez authored
Related to #5426.
-
antirez authored
Keep vanilla stream commands at toplevel, see #5426.
-
Salvatore Sanfilippo authored
Bugfix data inconsistency after aof rewrite, and add XSTREAM command.
-
hujiecs authored
-
- 15 Oct, 2018 3 commits
-
-
Salvatore Sanfilippo authored
fix timer context selected database
-
antirez authored
Related to #5437.
-
antirez authored
Avoid storing the dirty value. See #5437.
-