- 10 Sep, 2020 2 commits
-
-
Yossi Gottlieb authored
Fix issues with writeConn() which resulted with corruption of the stream by leaving an extra byte in the buffer. The trigger for this is partial writes or write errors which were not experienced on Linux but reported on macOS. (cherry picked from commit 58e5feb3)
-
Thandayuthapani authored
* Add master/slave option in --cluster call command * Update src/redis-cli.c * Update src/redis-cli.c Co-authored-by:
Itamar Haber <itamar@redislabs.com> (cherry picked from commit f22f64f0)
-
- 01 Sep, 2020 3 commits
-
-
Wagner Francisco Mezaroba authored
Adds --pattern option to cli's --bigkeys, --hotkeys & --scan modes (cherry picked from commit e2a71338)
-
Frank Meier authored
the variable was introduced only in the 5.0 branch in #5879 bc6c1c40 (cherry picked from commit 51077c82)
-
- 20 Jul, 2020 4 commits
-
-
Yossi Gottlieb authored
* Tests: fix and reintroduce redis-cli tests. These tests have been broken and disabled for 10 years now! * TLS: add remaining redis-cli support. This adds support for the redis-cli --pipe, --rdb and --replica options previously unsupported in --tls mode. * Fix writeConn(). (cherry picked from commit d9f970d8)
-
Benjamin Sergeant authored
(cherry picked from commit 93021da2)
-
- 22 May, 2020 3 commits
-
-
Benjamin Sergeant authored
-
Benjamin Sergeant authored
-
Benjamin Sergeant authored
This make it so that all prompts for all redis-cli --cluster commands are automatically answered with a yes.
-
- 30 Apr, 2020 4 commits
- 25 Mar, 2020 3 commits
- 12 Mar, 2020 1 commit
-
-
lifubang authored
Signed-off-by:
lifubang <lifubang@acmcoder.com>
-
- 05 Mar, 2020 1 commit
-
-
qetu3790 authored
LRU_CYCLE_PERIOD is defined,but not used.
-
- 12 Feb, 2020 2 commits
-
-
lifubang authored
Signed-off-by:
lifubang <lifubang@acmcoder.com>
-
lifubang authored
Signed-off-by:
lifubang <lifubang@acmcoder.com>
-
- 04 Feb, 2020 1 commit
-
-
Yossi Gottlieb authored
-
- 12 Dec, 2019 1 commit
-
-
antirez authored
-
- 31 Oct, 2019 1 commit
-
-
Itamar Haber authored
-
- 25 Oct, 2019 1 commit
-
-
happynote3966 authored
-
- 15 Oct, 2019 1 commit
-
-
Yossi Gottlieb authored
-
- 08 Oct, 2019 1 commit
-
-
Yossi Gottlieb authored
This adds support for explicit configuration of a CA certs directory (in addition to the previously supported bundle file). For redis-cli, if no explicit CA configuration is supplied the system-wide default configuration will be adopted.
-
- 07 Oct, 2019 1 commit
-
-
Yossi Gottlieb authored
* Introduce a connection abstraction layer for all socket operations and integrate it across the code base. * Provide an optional TLS connections implementation based on OpenSSL. * Pull a newer version of hiredis with TLS support. * Tests, redis-cli updates for TLS support.
-
- 23 Sep, 2019 6 commits
- 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.
-
- 05 Aug, 2019 1 commit
-
-
Diego Bendersky authored
-
- 13 Mar, 2019 1 commit
-
-
zhaozhao.zz authored
-
- 12 Mar, 2019 1 commit
-
-
vattezhang authored
-