summaryrefslogtreecommitdiff
path: root/src/redis-cli.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/unstable' into tlsYossi Gottlieb2019-10-161-12/+89
|\
| * Merge pull request #6304 from dbenders/fix-issue-6141Salvatore Sanfilippo2019-09-301-1/+1
| |\
| | * pass len to alloc in clusterManagerMigrateKeysInReplyDiego Bendersky2019-08-051-1/+1
| * | redis-cli: support for ACL style user/pass AUTH.antirez2019-09-231-3/+21
| * | redis-cli: CSV and RAW target for more RESP3 types.antirez2019-09-231-1/+27
| * | redis-cli: ability to start a session in RESP3 mode.antirez2019-09-231-3/+26
| * | redis-cli: AUTH can now have 3 arguments as well.antirez2019-09-231-1/+2
| * | RESP3: varbatim handling for other redis-cli outputs.antirez2019-09-231-0/+2
| * | RESP3: implementation of verbatim output with TTY target.antirez2019-09-231-3/+10
* | | Fix compile warnings when BUILD_TLS=no.Yossi Gottlieb2019-10-151-0/+1
* | | TLS: Improve CA certifiate configuration options.Yossi Gottlieb2019-10-081-7/+76
* | | TLS: Connections refactoring and TLS support.Yossi Gottlieb2019-10-071-3/+59
|/ /
* | redis-cli: always report server errors on read errors.antirez2019-09-041-1/+8
|/
* 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