- 04 Sep, 2019 1 commit
-
-
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.
-
- 04 Mar, 2019 1 commit
-
-
Frank Meier authored
-
- 01 Mar, 2019 1 commit
-
-
Oran Agra authored
* bigkeys used to fail on databases with module type keys * new code adds more types when it discovers them, but has no way to know element count in modules types yet * bigkeys was missing XLEN command for streams * adding --memkeys and --memkeys-samples to make use of the MEMORY USAGE command see #5167, #5175
-
- 22 Feb, 2019 1 commit
-
-
artix authored
Fix issue #5849
-
- 25 Jan, 2019 2 commits
-
-
artix authored
-
Zhicheng Wei authored
-
- 11 Dec, 2018 10 commits
-
-
artix authored
- Multiple owners checking in 'fix'/'check' commands is now optional (using --cluster-search-multiple-owners). - Updated help.
-
artix authored
- FixOpenSlot now correctly updates in-memory cluster configuration. - Improved output messages.
-
artix authored
in one node and importing state in multiple nodes.
-
artix authored
in 'fix' command.
-
artix authored
-
artix authored
all slots are covered and not open.
-
yura authored
-
Thomas Orozco authored
This adds support for passing a password through a REDISCLI_AUTH environment variable (which is safer than the CLI), which might often be safer than passing it through a CLI argument. Passing a password this way does not trigger the warning about passing a password through CLI arguments, and CLI arguments take precedence over it.
-
yongman authored
-
yongman authored
-
- 22 Nov, 2018 2 commits
- 07 Nov, 2018 7 commits
- 03 Oct, 2018 2 commits
-
-
artix authored
if node is neither migrating nor importing.
-
- 14 Sep, 2018 5 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
--slave alias remains but is undocumented, just for backward compatibiltiy.
-
Jeffrey Lovitz authored
-
Weiliang Li authored
-
- 13 Jul, 2018 2 commits
- 10 Jul, 2018 1 commit
-
-
tengfeng authored
-
- 09 Jul, 2018 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
We need CC_QUIET in order to fix #5096 by silently failing if needed.
-
minkikim89 authored
-
- 03 Jul, 2018 1 commit
-
-
Jack Drogon authored
-