- 13 Sep, 2019 2 commits
- 12 Sep, 2019 3 commits
- 11 Sep, 2019 1 commit
-
-
antirez authored
-
- 06 Sep, 2019 2 commits
- 05 Sep, 2019 3 commits
-
-
Salvatore Sanfilippo authored
Fix to module aux data rdb format for backwards compatibility with old check-rdb
-
Oran Agra authored
When implementing the code that saves and loads these aux fields we used rdb format that was added for that in redis 5.0, but then we added the 'when' field which meant that the old redis-check-rdb won't be able to skip these. this fix adds an opcode as if that 'when' is part of the module data.
-
antirez authored
-
- 04 Sep, 2019 3 commits
-
-
antirez authored
Before this commit we may have not consumer buffers when a read error is encountered. Such buffers may contain errors that are important clues for the user: for instance a protocol error in the payload we send in pipe mode will cause the server to abort the connection. If the user does not get the protocol error, debugging what is happening can be a nightmare. This commit fixes issue #3756.
-
antirez authored
Currently useless but we release the fake client, so better to do a full cleanup. Thanks to @TomMD reporting this in #6353.
-
antirez authored
Thanks to @tnclong for reporting the problem.
-
- 02 Sep, 2019 2 commits
- 31 Aug, 2019 4 commits
-
-
antirez authored
Related to #6296.
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
networking: flushSlavesOutputBuffers bugfix
-
- 22 Aug, 2019 1 commit
-
-
Salvatore Sanfilippo authored
RM_ReplyWithCString was missing registration
-
- 07 Aug, 2019 1 commit
-
-
Oran Agra authored
-
- 05 Aug, 2019 1 commit
-
-
antirez authored
-
- 02 Aug, 2019 3 commits
-
-
antirez authored
-
antirez authored
... of a program to just test the hashing functions collisions on a 24 bit output with strings that are very likely Redis key names, and names of a kind that are particularly prone to collisions.
-
zhaozhao.zz authored
-
- 31 Jul, 2019 6 commits
-
-
antirez authored
This was recently introduced with PR #6266.
-
antirez authored
-
Salvatore Sanfilippo authored
make memory usage consistent of robj with OBJ_ENCODING_INT
-
Salvatore Sanfilippo authored
Hide HELLO and AUTH from slowlog and monitor
-
antirez authored
-
antirez authored
-
- 30 Jul, 2019 5 commits
-
-
Salvatore Sanfilippo authored
Updating resident memory request impl on FreeBSD.
-
Salvatore Sanfilippo authored
Implement module api for aux data in rdb
-
Salvatore Sanfilippo authored
Reduce the calling stack
-
antirez authored
This was broken since a refactoring performed recently by myself.
-
Salvatore Sanfilippo authored
Fix HLL corruption bug
-
- 29 Jul, 2019 1 commit
-
-
John Sully authored
-
- 28 Jul, 2019 1 commit
-
-
David Carlier authored
-
- 25 Jul, 2019 1 commit
-
-
antirez authored
-