- 05 Nov, 2018 16 commits
-
-
antirez authored
This logs what happens in the context of the fix in PR #5367.
-
Andrey Bugaevskiy authored
-
Andrey Bugaevskiy authored
During the full database resync we may still have unsaved changes on the receiving side. This causes a race condition between synced data rename/load and the rename of rdbSave tempfile.
-
antirez authored
Fake clients are used in special situations and are not linked to the normal clients list, freeing them will always result in Redis crashing in one way or the other. It's not common to send replies to fake clients, but we have one usage in the modules API. When a client is blocked, we associate to the blocked client object (that is safe to manipulate in a thread), a fake client that accumulates replies. So because of this bug there was the problem described in issue #5443. The fix was verified to work with the provided example module. To write a regression is very hard and unlikely to be triggered in the future.
-
David Carlier authored
-
David Carlier authored
timezone global is a linux-ism whereas it is a function under BSD. Here a helper to get the timezone value in a more portable manner.
-
zhaozhao.zz authored
-
antirez authored
-
Itamar Haber authored
-
Itamar Haber authored
-
zhaozhao.zz authored
-
antirez authored
-
antirez authored
-
Damien Tournoud authored
-
antirez authored
-
zhaozhao.zz authored
-
- 22 Oct, 2018 5 commits
-
-
antirez authored
-
youjiali1995 authored
-
hujie authored
-
hujiecs authored
-
antirez authored
-
- 19 Oct, 2018 1 commit
-
- 17 Oct, 2018 18 commits
-
-
antirez authored
-
antirez 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.
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
This avoids issues with having to replicate a command that produced errors.
-
zhaozhao.zz authored
xadd with id * generates random stream id xadd & xtrim with approximate maxlen count may trim stream randomly xinfo may get random radix-tree-keys/nodes xpending may get random idletime xclaim: master and slave may have different idletime in stream
-
antirez authored
-
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.
-
zhaozhao.zz authored
-
zhaozhao.zz authored
-