summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5921 from vattezhang/unstable_tempSalvatore Sanfilippo2019-03-131-1/+1
|\
| * fix: fix the if condition in clusterManagerShowClusterInfovattezhang2019-03-121-1/+1
* | Merge pull request #5894 from soloestoy/fix-rdb-warningSalvatore Sanfilippo2019-03-131-1/+1
|\ \
| * | Fix compile warning in redis-cli.czhaozhao.zz2019-03-131-1/+1
| |/
* | Merge pull request #5913 from wurongxin1987/unstableSalvatore Sanfilippo2019-03-121-1/+1
|\ \
| * | fix a bufferoverflow bugwurongxin2019-03-101-1/+1
| |/
* | Cluster Manager: add importing/migrating nodes to backup infoartix2019-03-061-0/+30
|/
* Cluster Manager backup: remove --cluster-ignore-issue optionartix2019-03-011-27/+23
* Cluster Manager: check cluster before backupartix2019-03-011-32/+67
* Cluster Manager: 'backup' commandartix2019-03-011-10/+117
* Cluster Manager: change join issue messageartix2019-02-281-2/+2
* Cluster Manager: change text alert clusterManagerWaitForClusterJoinartix2019-02-281-3/+3
* Cluster Manager: code cleanupartix2019-02-281-12/+10
* Cluster Manager: fix bus error in clusterManagerGetLinkStatusartix2019-02-281-7/+13
* Cluster Manager: fix memory leaks in clusterManagerGetDisconnectedLinksArtix2019-02-281-1/+2
* Cluster Manager: fix memory leak in clusterManagerWaitForClusterJoinartix2019-02-281-4/+5
* Cluster Manager: improve join issue checkingartix2019-02-281-15/+40
* Cluster Manager: check for unreachable nodes during cluster join.artix2019-02-281-0/+128
* Merge pull request #5850 from artix75/devSalvatore Sanfilippo2019-02-221-0/+6
|\
| * Cluster Manager: fix replica assigment anti-affinity (create)artix2019-02-201-0/+6
* | Merge pull request #4811 from oranagra/cli-diskless-replSalvatore Sanfilippo2019-02-211-10/+102
|\ \
| * | Add redis-cli support for diskless replication (CAPA EOF)Oran Agra2018-04-021-10/+102
* | | redis-cli add support for --memkeys, fix --bigkeys for module typesOran Agra2019-02-211-81/+132
| |/ |/|
* | Cluster Manager: remove unused code elementsartix2019-01-241-13/+8
* | Merge pull request #5743 from AngusP/forever-repeat-cliSalvatore Sanfilippo2019-01-221-6/+13
|\ \
| * | Add comment explaining negative repeatAngus Pearson2019-01-021-0/+2
| * | Fix broken interval and repeat bahaviour in redis-cli (incluing cluster mode)Angus Pearson2019-01-021-6/+11
* | | fix clusterManagerGetAntiAffinityScore double free otypesZhicheng Wei2019-01-191-1/+2
* | | RESP3: redis-cli support for boolean in TTY output.antirez2019-01-091-0/+3
* | | RESP3: redis-cli: show the double as received from Redis.antirez2019-01-091-1/+1
* | | RESP3: hiredis: initial double implementation.antirez2019-01-091-0/+3
* | | RESP3: hiredis: map and set display for TTY output.antirez2019-01-091-3/+31
* | | Cluster Manager del-node: use CLUSTER RESET in place of SHUTDOWNartix2018-12-271-3/+4
|/ /
* | Cluster Manager: enable --cluster-replace also for 'fix' command.artix2018-12-191-35/+34
* | Fixed memory leak in clusterManagerCompareKeysValues.artix2018-12-181-0/+2
* | Cluster Manager: compare key values after BUSYKEY error (migration).artix2018-12-181-9/+124
* | Cluster Manager: avoid using reply error messages to check slot status.artix2018-12-121-25/+111
* | 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