summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Cluster Manager: fixed master_id check in clusterManagerNodeLoadInfoartix2018-06-011-1/+1
* | Cluster Manager: fixed infinite loop in rebalance (Issue #4941).artix2018-05-311-1/+1
* | Merge pull request #4932 from 0xtonyxia/fix-redis-cli-set-prefer-memory-leakSalvatore Sanfilippo2018-05-241-0/+2
|\ \
| * | Fix redis-cli memory leak when sending set preference command.dejun.xdj2018-05-211-0/+2
| |/
* | Merge pull request #4922 from 0xtonyxia/enhance-cli-securitySalvatore Sanfilippo2018-05-241-13/+31
|\ \
| * | Check if the repeat value is positive in while loop of cliSendCommand().dejun.xdj2018-05-211-1/+1
| * | Change the type of repeat argument to long for function cliSendCommand.dejun.xdj2018-05-211-1/+1
| * | Fix negtive repeat command value issue.dejun.xdj2018-05-191-3/+11
| * | Detect and stop saving history for auth command with repeat option.dejun.xdj2018-05-181-10/+17
| * | Change the warning message a little bit to avoid trademark issuses.dejun.xdj2018-05-181-1/+1
| * | Stop saving auth command in redis-cli history.dejun.xdj2018-05-161-2/+4
| * | Add warning message when using password on command linedejun.xdj2018-05-161-0/+1
| |/
* | Removed TODO in redis-cliartix2018-05-161-1/+0