summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Cluster Manager: fixed unprinted reply errorartix2018-05-161-6/+6
* | Cluster Manager: print flags as strings.artix2018-05-151-18/+72
* | - Fixed mistyped redis command (clusterManagerGetNodeWithMostKeysInSlot)artix2018-05-111-1/+13
* | Cluster Manager: --cluster options can now be placed everywhereartix2018-05-071-2/+11
* | Cluster Manager: fixed expected slots calculation (rebalance)artix2018-04-231-5/+4
* | Cluster Manager: fixed bug when parsing CLUSTER NODES reply (clusterManagerNo...artix2018-04-231-2/+4
* | Cluster Manager: code improvements and more comments added.artix2018-04-231-35/+31
* | Cluster Manager: set-timeout commandartix2018-04-231-6/+64
* | - Cluster Manager: del-node command.artix2018-04-231-1/+73
* | Cluster Manager: add-node command.artix2018-04-231-14/+154
* | Cluster Manager: added clusterManagerCheckCluster to import commandartix2018-04-231-0/+1
* | Cluster Manager: import commandartix2018-04-231-21/+193
* | Cluster Manager: fix command.artix2018-04-231-73/+642
* | Cluster Manager: rebalance commandartix2018-04-231-9/+284
* | clusterManagerAddSlots: changed the way ADDSLOTS command is builtartix2018-04-231-20/+18
* | ClusterManager: fixed --cluster-from 'all' parsingartix2018-04-231-9/+12
* | Cluster Manager: fixed some memory errorArtix2018-04-231-3/+8
* | Fixed memory write error in clusterManagerGetConfigSignatureartix2018-04-231-4/+5
* | Cluster Manager: reshard command, fixed slotsartix2018-04-231-62/+593
* | Cluster Manager:artix2018-04-231-190/+272
* | - Fixed bug in clusterManagerGetAntiAffinityScoreartix2018-04-231-29/+28
* | Cluster Manager: colorized outputartix2018-04-231-35/+95
* | Cluster Manager: improved cleanup/error handling in various functionsartix2018-04-231-45/+56
* | Cluster Manager: 'call' command.artix2018-04-231-0/+58