- 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 3 commits
-
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
RM_Log - add support for logging without a context or context without module
-
- 24 Jul, 2019 6 commits
- 23 Jul, 2019 3 commits
-
-
Salvatore Sanfilippo authored
Removed unnecessary creation of Redis objects
-
antirez authored
-
antirez authored
-