- 17 Oct, 2018 8 commits
- 16 Oct, 2018 8 commits
-
-
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.
-
- 15 Oct, 2018 7 commits
-
-
Salvatore Sanfilippo authored
fix timer context selected database
-
antirez authored
Related to #5437.
-
antirez authored
Avoid storing the dirty value. See #5437.
-
antirez authored
See #5437 but also I updated a previous usage of the same var name.
-
Salvatore Sanfilippo authored
Fix xclaim
-
Salvatore Sanfilippo authored
fixed typos in readme
-
antirez authored
-
- 13 Oct, 2018 2 commits
- 12 Oct, 2018 1 commit
-
-
Sergey Chupov authored
-
- 11 Oct, 2018 5 commits
-
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-
zhaozhao.zz authored
Because the NACK->consumer is NULL, if idletime < minidle the NACK does not belong to any consumer, then redis will crash in XPENDING.
-
zhaozhao.zz authored
-
antirez authored
-
- 10 Oct, 2018 5 commits
- 09 Oct, 2018 4 commits
-
-
Salvatore Sanfilippo authored
Avoid recreate write handler for protected client.
-
zhaozhao.zz authored
-
antirez authored
Related to #4840. Note that when we re-enter the event loop with aeProcessEvents() we don't process timers, nor before/after sleep callbacks, so we should never end calling freeClientsInAsyncFreeQueue() when re-entering the loop.
-
antirez authored
Related to #4804.
-