summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* redis-cli: always report server errors on read errors.antirez2019-09-041-1/+8
* Merge pull request #5879 from meierfra-ergon/redis-cli-assume-yesSalvatore Sanfilippo2019-03-121-0/+9
|\
| * extend use of cluster-yes option to other confimation questionsFrank Meier2019-03-041-0/+9
* | redis-cli add support for --memkeys, fix --bigkeys for module typesOran Agra2019-03-011-81/+132
|/
* Cluster Manager: fix replica assigment anti-affinity (create)artix2019-02-221-0/+6
* Cluster Manager: remove unused code elementsartix2019-01-251-13/+8
* fix clusterManagerGetAntiAffinityScore double free otypesZhicheng Wei2019-01-251-1/+2
* Cluster Manager:artix2018-12-111-5/+14
* Cluster Manager:artix2018-12-111-5/+17
* Cluster Manager: 'fix' command now handles open slots with migrating stateartix2018-12-111-6/+74
* Cluster Manager: setting new slot owner is now handled atomicallyartix2018-12-111-31/+72
* Cluster Manager: code cleanup.artix2018-12-111-87/+41
* Cluster Manager: check/fix commands now handle multiple owners even ifartix2018-12-111-6/+129
* redis-cli reshard/rebalance: ability to force replacement on existing keysyura2018-12-111-5/+6
* cli: pass auth through REDISCLI_AUTHThomas Orozco2018-12-111-0/+14
* Fix cluster call reply format readableyongman2018-12-111-1/+1
* Fix choose a random master node for slot assignmentyongman2018-12-111-5/+29
* skip slave nodes when sending cluster setslot commandyongman2018-11-221-0/+1
* Fix pointer access and memory leak in redis-cli.yongman2018-11-221-3/+6
* fix malloc in clusterManagerComputeReshardTableyongman2018-11-071-1/+1
* Cluster Manager: removed unused var.artix2018-11-071-2/+1
* Cluster Manager: further improvements to "fix":artix2018-11-071-10/+49
* Cluster Manager: fixed string parsing issue in clusterManagerGetConfigSignatureartix2018-11-071-3/+3
* Cluster Manager: better fix subcommand.artix2018-11-071-20/+78
* Cluster Manager: fixed typos in comments.artix2018-11-071-3/+3
* Cluster Manager: fixed 'DELSLOT' subcommand typo.artix2018-11-071-1/+1
* Cluster Manager: clusterManagerFixOpenSlot now counts node's keys in slotartix2018-10-031-1/+20
* Revert "fix repeat argument issue and reduce unnessary loop times for redis-c...antirez2018-10-031-12/+7
* LOLWUT: show the output verbatim in redis-cli.antirez2018-09-141-0/+1
* Slave removal: slave mode -> replica mode text in redis-cli.antirez2018-09-141-1/+1
* Slave removal: redis-cli --slave -> --replica.antirez2018-09-141-1/+3
* CLI Help text loop verifies arg countJeffrey Lovitz2018-09-141-1/+1
* fix usage typo in redis-cliWeiliang Li2018-09-141-1/+1
* Cluster Manager: more checks on --cluster-weight option.artix2018-07-131-2/+12
* Cluster Manager: auth support (-a argument).artix2018-07-131-19/+41
* fix repeat argument issue and reduce unnessary loop times for redis-cli.tengfeng2018-07-101-7/+12
* redis-cli: fix #4990 additional argument in help.antirez2018-07-091-0/+1
* redis-cli: fix #5096 double error message.antirez2018-07-091-1/+1
* redis-cli: cliConnect() flags CC_FORCE and CC_QUIET.antirez2018-07-091-13/+23
* fix whitespace in redis-cli.cminkikim892018-07-091-362/+362
* Fix typoJack Drogon2018-07-031-11/+11
* Merge pull request #5075 from soloestoy/client-list-typesSalvatore Sanfilippo2018-06-291-1/+1
|\
| * clients: add type option for client listzhaozhao.zz2018-06-281-1/+1
* | Check if password is used on command line interface.dejun.xdj2018-06-281-1/+1
* | Fix trailing white space.dejun.xdj2018-06-281-1/+1
* | Fix code format issue.dejun.xdj2018-06-281-4/+4
* | Don't output password warning message when --no-auth-warning is used.dejun.xdj2018-06-281-1/+10
* | Avoid -Woverlength-strings compile warning.dejun.xdj2018-06-281-3/+5
* | Add --no-auth-warning help message.dejun.xdj2018-06-281-0/+2
|/
* Security: fix redis-cli buffer overflow.antirez2018-06-131-11/+16