summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
...
* redis-cli: Fix integer overflow in intrinsic-latency (#8907)Binbin2021-05-041-1/+1
* Resolve nonsense static analysis warningsOran Agra2021-05-031-3/+3
* Improve redis-cli help. When help command, we only match command (#8879)Huang Zhw2021-04-291-1/+1
* redis-cli: Do not use hostsocket when we got redirected in cluster mode (#8870)Binbin2021-04-281-1/+3
* Fail fast when systemic error occurs in poll (#8749)Andy Pan2021-04-261-7/+0
* Fix typo in redis-cli.c (#8772)Seunghyun Lee2021-04-211-1/+1
* redis-cli --bigkeys / memkeys, report detailed error on dbsize failure (#8740)Huang Zhw2021-04-051-2/+8
* Handle remaining fsync errors (#8419)Wang Yuan2021-04-011-1/+4
* Fix redis-cli handling of rediss:// URL scheme (#8705)Steve2021-03-291-2/+4
* Wrong usage sdscatprintf in redis-cli. (#8604)Pavlo Yatsukhnenko2021-03-081-2/+6
* Improve redis-cli non-binary safe string handling. (#8566)Yossi Gottlieb2021-03-041-44/+77
* Fix div by 0 in redis-cli cluster creation (#8553)Pavlo Yatsukhnenko2021-02-281-1/+1
* redis-cli prompt: fix db number and transaction state inconsistencies after r...Wen Hui2021-02-251-0/+3
* Cleanup in redis-cli and tests: release memory on exit, change dup test name ...WuYunlong2021-02-091-6/+17
* Add --insecure option to command line tools. (#8416)Yossi Gottlieb2021-02-071-0/+4
* Implement rdb-only replication (#8303)Wang Yuan2021-01-271-1/+5
* remove some unnecessary checks (#7431)houzj.fnst2021-01-131-1/+1
* fix crash in redis-cli after making cluster backup (#8267)Oran Agra2021-01-031-1/+3
* Fix random element selection for large hash tables. (#8133)Greg Femec2020-12-231-0/+5
* More fixes to printf format specifier. (#7909)Hanif Ariffin2020-12-171-1/+1
* redis-cli prompt: show transaction state, and fix db number on aborted EXEC (...Wen Hui2020-12-131-4/+30
* redis-cli -e option to exit with error code immediately when command fails (...Wen Hui2020-12-131-0/+11
* Add CLIENT INFO and CLIENT LIST [id]. (#8113)Yossi Gottlieb2020-12-071-1/+2
* Limit the main db and expires dictionaries to expand (#7954)Wang Yuan2020-12-061-3/+6
* Adds pub/sub channel patterns to ACL (#7993)Itamar Haber2020-12-011-1/+8
* 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