summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Cluster Manager:artix2018-12-101-5/+14
* | Cluster Manager:artix2018-12-101-5/+17
* | Cluster Manager: 'fix' command now handles open slots with migrating stateartix2018-12-101-6/+74
* | Cluster Manager: setting new slot owner is now handled atomicallyartix2018-12-101-31/+72
* | Cluster Manager: code cleanup.artix2018-12-101-87/+41
* | Cluster Manager: check/fix commands now handle multiple owners even ifartix2018-12-101-6/+129
* | redis-cli reshard/rebalance: ability to force replacement on existing keysyura2018-12-071-5/+6
* | Merge pull request #5460 from krallin/env-passwordSalvatore Sanfilippo2018-12-071-0/+14
|\ \
| * | cli: pass auth through REDISCLI_AUTHThomas Orozco2018-10-191-0/+14
* | | Fix cluster call reply format readableyongman2018-12-041-1/+1
* | | fix typoyongman2018-11-231-1/+1
* | | Fix choose a random master node for slot assignmentyongman2018-11-231-5/+29
* | | skip slave nodes when sending cluster setslot commandyongman2018-11-211-0/+1
* | | Fix pointer access and memory leak in redis-cli.yongman2018-11-161-3/+6
* | | Merge pull request #5529 from yongman/fix-rediscli-mallocSalvatore Sanfilippo2018-11-061-1/+1
|\ \ \
| * | | fix malloc in clusterManagerComputeReshardTableyongman2018-11-061-1/+1
| |/ /
* | | Cluster Manager: removed unused var.artix2018-11-051-2/+1
* | | Cluster Manager: further improvements to "fix":artix2018-11-051-10/+49
* | | Cluster Manager: fixed string parsing issue in clusterManagerGetConfigSignatureartix2018-11-051-3/+3
* | | Cluster Manager: better fix subcommand.artix2018-11-051-20/+78
* | | Cluster Manager: fixed typos in comments.artix2018-11-051-3/+3
* | | Cluster Manager: fixed 'DELSLOT' subcommand typo.artix2018-11-051-1/+1
|/ /
* | Cluster Manager: clusterManagerFixOpenSlot now counts node's keys in slotartix2018-09-171-1/+20
* | Revert "fix repeat argument issue and reduce unnessary loop times for redis-c...antirez2018-09-171-12/+7
* | LOLWUT: show the output verbatim in redis-cli.antirez2018-09-111-0/+1
* | Slave removal: slave mode -> replica mode text in redis-cli.antirez2018-09-111-1/+1
* | Slave removal: redis-cli --slave -> --replica.antirez2018-09-111-1/+3
* | Merge pull request #5239 from jeffreylovitz/cli-help-fixSalvatore Sanfilippo2018-09-071-1/+1
|\ \
| * | CLI Help text loop verifies arg countJeffrey Lovitz2018-08-121-1/+1
* | | fix usage typo in redis-cliWeiliang Li2018-09-061-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
* | Implement DEBUG htstats-key.antirez2018-06-081-0/+2
* | Fix write() errno errorshenlongxing2018-06-061-1/+1
* | Clean gcc 7.x warnings, redis-cli cluster fix.Yossi Gottlieb2018-06-031-1/+1