Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #7005 from hwware/memoryleakfix-redis-cli | Salvatore Sanfilippo | 2020-03-23 | 1 | -0/+2 |
|\ | | | | | fix potential memory leak in redis-cli lua debug mode | ||||
| * | fix potentical memory leak in redis-cli | hwware | 2020-03-18 | 1 | -0/+2 |
| | | |||||
* | | Support Redis Cluster Proxy PROXY INFO command | artix | 2020-03-16 | 1 | -1/+5 |
|/ | |||||
* | Restore newline at the end of redis-cli.c | antirez | 2020-03-13 | 1 | -1/+2 |
| | |||||
* | add askpass mode | lifubang | 2020-03-05 | 1 | -1/+19 |
| | | | | Signed-off-by: lifubang <lifubang@acmcoder.com> | ||||
* | Merge pull request #6804 from qetu3790/unstable | Salvatore Sanfilippo | 2020-03-02 | 1 | -1/+1 |
|\ | | | | | Fix not used constant in lru_test_mode. | ||||
| * | Fix not used constant in lru_test_mode. | qetu3790 | 2020-01-23 | 1 | -1/+1 |
| | | | | | | LRU_CYCLE_PERIOD is defined,but not used. | ||||
* | | correct help info for --user and --pass | lifubang | 2020-02-12 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: lifubang <lifubang@acmcoder.com> | ||||
* | | fix ssl flag check for redis-cli | lifubang | 2020-02-04 | 1 | -9/+10 |
| | | | | | | | | Signed-off-by: lifubang <lifubang@acmcoder.com> | ||||
* | | TLS: Fix missing initialization in redis-cli. | Yossi Gottlieb | 2020-01-29 | 1 | -0/+9 |
|/ | |||||
* | redis-cli: some refactoring about not logging AUTH & co. | antirez | 2019-12-12 | 1 | -5/+13 |
| | |||||
* | Ommits from redis-cli's history | Itamar Haber | 2019-10-31 | 1 | -2/+6 |
| | |||||
* | fix comment typo in redis-cli.c | happynote3966 | 2019-10-25 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/unstable' into tls | Yossi Gottlieb | 2019-10-16 | 1 | -12/+89 |
|\ | |||||
| * | Merge pull request #6304 from dbenders/fix-issue-6141 | Salvatore Sanfilippo | 2019-09-30 | 1 | -1/+1 |
| |\ | | | | | | | Fix issue #6141: cluster rebalance does not support binary key | ||||
| | * | pass len to alloc in clusterManagerMigrateKeysInReply | Diego Bendersky | 2019-08-05 | 1 | -1/+1 |
| | | | |||||
| * | | redis-cli: support for ACL style user/pass AUTH. | antirez | 2019-09-23 | 1 | -3/+21 |
| | | | |||||
| * | | redis-cli: CSV and RAW target for more RESP3 types. | antirez | 2019-09-23 | 1 | -1/+27 |
| | | | |||||
| * | | redis-cli: ability to start a session in RESP3 mode. | antirez | 2019-09-23 | 1 | -3/+26 |
| | | | |||||
| * | | redis-cli: AUTH can now have 3 arguments as well. | antirez | 2019-09-23 | 1 | -1/+2 |
| | | | |||||
| * | | RESP3: varbatim handling for other redis-cli outputs. | antirez | 2019-09-23 | 1 | -0/+2 |
| | | | |||||
| * | | RESP3: implementation of verbatim output with TTY target. | antirez | 2019-09-23 | 1 | -3/+10 |
| | | | |||||
* | | | Fix compile warnings when BUILD_TLS=no. | Yossi Gottlieb | 2019-10-15 | 1 | -0/+1 |
| | | | |||||
* | | | TLS: Improve CA certifiate configuration options. | Yossi Gottlieb | 2019-10-08 | 1 | -7/+76 |
| | | | | | | | | | | | | | | | | | | | | | This adds support for explicit configuration of a CA certs directory (in addition to the previously supported bundle file). For redis-cli, if no explicit CA configuration is supplied the system-wide default configuration will be adopted. | ||||
* | | | TLS: Connections refactoring and TLS support. | Yossi Gottlieb | 2019-10-07 | 1 | -3/+59 |
|/ / | | | | | | | | | | | | | | | * Introduce a connection abstraction layer for all socket operations and integrate it across the code base. * Provide an optional TLS connections implementation based on OpenSSL. * Pull a newer version of hiredis with TLS support. * Tests, redis-cli updates for TLS support. | ||||
* | | redis-cli: always report server errors on read errors. | antirez | 2019-09-04 | 1 | -1/+8 |
|/ | | | | | | | | | | | Before this commit we may have not consumer buffers when a read error is encountered. Such buffers may contain errors that are important clues for the user: for instance a protocol error in the payload we send in pipe mode will cause the server to abort the connection. If the user does not get the protocol error, debugging what is happening can be a nightmare. This commit fixes issue #3756. | ||||
* | Merge pull request #5921 from vattezhang/unstable_temp | Salvatore Sanfilippo | 2019-03-13 | 1 | -1/+1 |
|\ | | | | | fix: fix the if condition in clusterManagerShowClusterInfo | ||||
| * | fix: fix the if condition in clusterManagerShowClusterInfo | vattezhang | 2019-03-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5894 from soloestoy/fix-rdb-warning | Salvatore Sanfilippo | 2019-03-13 | 1 | -1/+1 |
|\ \ | | | | | | | Fix compile some warnings | ||||
| * | | Fix compile warning in redis-cli.c | zhaozhao.zz | 2019-03-13 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #5913 from wurongxin1987/unstable | Salvatore Sanfilippo | 2019-03-12 | 1 | -1/+1 |
|\ \ | | | | | | | fix a bufferoverflow bug | ||||
| * | | fix a bufferoverflow bug | wurongxin | 2019-03-10 | 1 | -1/+1 |
| |/ | |||||
* | | Cluster Manager: add importing/migrating nodes to backup info | artix | 2019-03-06 | 1 | -0/+30 |
|/ | |||||
* | Cluster Manager backup: remove --cluster-ignore-issue option | artix | 2019-03-01 | 1 | -27/+23 |
| | | | | | | Always save the backup, even if there are problems in the cluster. Just display a warn message and save "cluster_errors" property inside the json. | ||||
* | Cluster Manager: check cluster before backup | artix | 2019-03-01 | 1 | -32/+67 |
| | | | | | | - Prevent cluster backup if cluster has issues and needs to be fixed. This behaviour can be overridden by adding the option '--cluster-ignore-issues' | ||||
* | Cluster Manager: 'backup' command | artix | 2019-03-01 | 1 | -10/+117 |
| | |||||
* | Cluster Manager: change join issue message | artix | 2019-02-28 | 1 | -2/+2 |
| | |||||
* | Cluster Manager: change text alert clusterManagerWaitForClusterJoin | artix | 2019-02-28 | 1 | -3/+3 |
| | |||||
* | Cluster Manager: code cleanup | artix | 2019-02-28 | 1 | -12/+10 |
| | |||||
* | Cluster Manager: fix bus error in clusterManagerGetLinkStatus | artix | 2019-02-28 | 1 | -7/+13 |
| | |||||
* | Cluster Manager: fix memory leaks in clusterManagerGetDisconnectedLinks | Artix | 2019-02-28 | 1 | -1/+2 |
| | |||||
* | Cluster Manager: fix memory leak in clusterManagerWaitForClusterJoin | artix | 2019-02-28 | 1 | -4/+5 |
| | |||||
* | Cluster Manager: improve join issue checking | artix | 2019-02-28 | 1 | -15/+40 |
| | |||||
* | Cluster Manager: check for unreachable nodes during cluster join. | artix | 2019-02-28 | 1 | -0/+128 |
| | |||||
* | Merge pull request #5850 from artix75/dev | Salvatore Sanfilippo | 2019-02-22 | 1 | -0/+6 |
|\ | | | | | Cluster Manager: fix replica assignment anti-affinity (create) | ||||
| * | Cluster Manager: fix replica assigment anti-affinity (create) | artix | 2019-02-20 | 1 | -0/+6 |
| | | | | | | | | Fix issue #5849 | ||||
* | | Merge pull request #4811 from oranagra/cli-diskless-repl | Salvatore Sanfilippo | 2019-02-21 | 1 | -10/+102 |
|\ \ | | | | | | | Add redis-cli support for diskless replication (CAPA EOF) | ||||
| * | | Add redis-cli support for diskless replication (CAPA EOF) | Oran Agra | 2018-04-02 | 1 | -10/+102 |
| | | | | | | | | | | | | | | | | | | when setting repl-diskless-sync yes, and sending SYNC. redis-cli needs to be able to understand the EOF marker protocol in order to be able to skip or download the rdb file | ||||
* | | | redis-cli add support for --memkeys, fix --bigkeys for module types | Oran Agra | 2019-02-21 | 1 | -81/+132 |
| |/ |/| | | | | | | | | | | | | | | | * bigkeys used to fail on databases with module type keys * new code adds more types when it discovers them, but has no way to know element count in modules types yet * bigkeys was missing XLEN command for streams * adding --memkeys and --memkeys-samples to make use of the MEMORY USAGE command see #5167, #5175 | ||||
* | | Cluster Manager: remove unused code elements | artix | 2019-01-24 | 1 | -13/+8 |
| | |