summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* Adds user parsing to redis-cli URIs (#8048)Itamar Haber2020-11-121-1/+1
* Adds help for '--cluster-yes' (#8035)Itamar Haber2020-11-101-1/+24
* Enable specifying TLS ciphers(suites) in redis-cli/redis-benchmark (#8005)filipe oliveira2020-11-041-0/+15
* redis-cli cluster import support source and target that need auth (#7994)Wen Hui2020-11-041-11/+45
* TLS Support for redis-benchmark (#7959)filipe oliveira2020-10-281-149/+13
* Support redis-cli -u rediss://... (#7900)Andreas Lind2020-10-111-1/+9
* redis-cli add control on raw format line delimiter (#7841)DvirDukhan2020-10-041-6/+8
* Squash merging 125 typo/grammar/comment/doc PRs (#7773)Oran Agra2020-09-101-6/+6
* redis-cli: fix writeConn() buffer handling. (#7749)Yossi Gottlieb2020-09-031-6/+37
* Add masters/replicas options to redis-cli --cluster call command (#6491)Thandayuthapani2020-09-021-2/+13
* Use Hiredis' sdscompat.h to map sds* calls to hi_sds*michael-grunder2020-08-151-0/+1
* allow --pattern to be used along with --bigkeys (#3586)Wagner Francisco Mezaroba2020-08-111-2/+9
* Create PUSH handlers in redis-climichael-grunder2020-08-081-16/+101
* redis-cli --cluster-yes - negate force flag for clarityOran Agra2020-08-051-9/+9
* reintroduce REDISCLI_CLUSTER_YES env variable in redis-cliFrank Meier2020-08-051-0/+6
* TLS: Add missing redis-cli options. (#7456)Yossi Gottlieb2020-07-101-33/+69
* redis-cli --hotkeys fixed to handle non-printable key namesOran Agra2020-07-101-5/+11
* redis-cli --bigkeys fixed to handle non-printable key namesOran Agra2020-07-101-16/+24
* 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