summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* do not handle --cluster-yes for cluster fix modeBenjamin Sergeant2020-05-141-7/+16
* fix typo ...Benjamin Sergeant2020-05-131-1/+1
* Redis-cli 6.0.1 `--cluster-yes` doesn't work (fix #7246)Benjamin Sergeant2020-05-131-1/+5
* Update redis-cli.cBenjamin Sergeant2020-05-011-6/+19
* redis-cli: fix hints with subcommands.antirez2020-04-301-1/+2
* redis-cli: safer cluster fix with unreachalbe masters.antirez2020-04-291-1/+26
* redis-cli: simplify cluster nodes coverage display.antirez2020-04-291-17/+10
* redis-cli: try to make clusterManagerFixOpenSlot() more readable.antirez2020-04-291-6/+25
* Merge pull request #7005 from hwware/memoryleakfix-redis-cliSalvatore Sanfilippo2020-03-231-0/+2
|\
| * fix potentical memory leak in redis-clihwware2020-03-181-0/+2
* | Support Redis Cluster Proxy PROXY INFO commandartix2020-03-161-1/+5
|/
* Restore newline at the end of redis-cli.cantirez2020-03-131-1/+2
* add askpass modelifubang2020-03-051-1/+19
* Merge pull request #6804 from qetu3790/unstableSalvatore Sanfilippo2020-03-021-1/+1
|\
| * Fix not used constant in lru_test_mode.qetu37902020-01-231-1/+1
* | correct help info for --user and --passlifubang2020-02-121-2/+2
* | fix ssl flag check for redis-clilifubang2020-02-041-9/+10
* | TLS: Fix missing initialization in redis-cli.Yossi Gottlieb2020-01-291-0/+9
|/
* redis-cli: some refactoring about not logging AUTH & co.antirez2019-12-121-5/+13
* Ommits from redis-cli's historyItamar Haber2019-10-311-2/+6
* fix comment typo in redis-cli.chappynote39662019-10-251-1/+1
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-12/+89
|\
| * Merge pull request #6304 from dbenders/fix-issue-6141Salvatore Sanfilippo2019-09-301-1/+1
| |\
| | * pass len to alloc in clusterManagerMigrateKeysInReplyDiego Bendersky2019-08-051-1/+1
| * | redis-cli: support for ACL style user/pass AUTH.antirez2019-09-231-3/+21
| * | redis-cli: CSV and RAW target for more RESP3 types.antirez2019-09-231-1/+27
| * | redis-cli: ability to start a session in RESP3 mode.antirez2019-09-231-3/+26
| * | redis-cli: AUTH can now have 3 arguments as well.antirez2019-09-231-1/+2
| * | RESP3: varbatim handling for other redis-cli outputs.antirez2019-09-231-0/+2
| * | RESP3: implementation of verbatim output with TTY target.antirez2019-09-231-3/+10
* | | Fix compile warnings when BUILD_TLS=no.Yossi Gottlieb2019-10-151-0/+1
* | | TLS: Improve CA certifiate configuration options.Yossi Gottlieb2019-10-081-7/+76
* | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-3/+59
|/ /
* | redis-cli: always report server errors on read errors.antirez2019-09-041-1/+8
|/
* Merge pull request #5921 from vattezhang/unstable_tempSalvatore Sanfilippo2019-03-131-1/+1
|\
| * fix: fix the if condition in clusterManagerShowClusterInfovattezhang2019-03-121-1/+1
* | Merge pull request #5894 from soloestoy/fix-rdb-warningSalvatore Sanfilippo2019-03-131-1/+1
|\ \
| * | Fix compile warning in redis-cli.czhaozhao.zz2019-03-131-1/+1
| |/
* | Merge pull request #5913 from wurongxin1987/unstableSalvatore Sanfilippo2019-03-121-1/+1
|\ \
| * | fix a bufferoverflow bugwurongxin2019-03-101-1/+1
| |/
* | Cluster Manager: add importing/migrating nodes to backup infoartix2019-03-061-0/+30
|/
* Cluster Manager backup: remove --cluster-ignore-issue optionartix2019-03-011-27/+23
* Cluster Manager: check cluster before backupartix2019-03-011-32/+67
* Cluster Manager: 'backup' commandartix2019-03-011-10/+117
* Cluster Manager: change join issue messageartix2019-02-281-2/+2
* Cluster Manager: change text alert clusterManagerWaitForClusterJoinartix2019-02-281-3/+3
* Cluster Manager: code cleanupartix2019-02-281-12/+10
* Cluster Manager: fix bus error in clusterManagerGetLinkStatusartix2019-02-281-7/+13
* Cluster Manager: fix memory leaks in clusterManagerGetDisconnectedLinksArtix2019-02-281-1/+2
* Cluster Manager: fix memory leak in clusterManagerWaitForClusterJoinartix2019-02-281-4/+5