index
:
delta/redis.git
1906-merge
2.2
2.4
2.6
2.8
2.8-fastscript
3.0
3.2
4.0
5.0
6.0
6.2
7.0
7.2
ack
acl
acl-api-pr
acl-log
antiaffinity
aofeof
aofrdb
argv-accounting
arm
baserock/3.0
baserock/ps/proto-web-system
better-random-member
bulkaccept-2.8
cgroups
client-unblock
cluster-api-improvements
cluster-data-as-pong
conduct
config-rewrite
cow-pipe
csc2
current-client-fix
dict-clustered-entries
dictc
diskless-short-read
diskless_slave_refresh2
dynamic-hz
expirealgo
faster-info
faster-ll2string
faster-rdb-loading
fasterio
fastscript
fix-double-multi
fix-expires-6537
free_clients_during_loading
freelist
fsync-safety
geo
hashed-pass-opcode
ipv6
issue-1240
issue_2175
latency
lazyfree
lcs
ldb
less-mstime
less-mstime-28
lfu
localtime
lpos
master-replica
meaningful-offset
memopt
memsync
module-block-on-keys
module-blocking-commands
module-hooks
module-io-context
modules-get-client-info-by-id
modules-replication
multi-if
new-keyspace
no-mo-first
no-mo-second
nordb
nosync
o1-bpop
o1-bpop-5.0
onepass-bulk
oran-memory-profiling
precise-timeout
precise-timeout-2
psync-fixes
psync2
psync2-rdb-fixes
psync2-test-improvement
queue-in-multi
rdb-check
rdb-script-aux
rdb9
rdbchanges
resp3
rssmaxmemory
sds
sentinel-32
sharedapi
siphash
slave-diskless
slave-script-timeout
slaves_capa
statemachine
strcompr
stream-propagation-fix
stream-propagation-fix-2
streams
testing
thread-safe-context
threaded-core-commands
threaded-io
tls-conn-errors
tracking-noloop
unstable
unstable_hmset_args
wait-aof
waitpid-fix
zaddnx
ziplist-improvements
zpop
zunion
github.com: antirez/redis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
redis-cli.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
do not handle --cluster-yes for cluster fix mode
Benjamin Sergeant
2020-05-14
1
-7
/
+16
*
fix typo ...
Benjamin Sergeant
2020-05-13
1
-1
/
+1
*
Redis-cli 6.0.1 `--cluster-yes` doesn't work (fix #7246)
Benjamin Sergeant
2020-05-13
1
-1
/
+5
*
Update redis-cli.c
Benjamin Sergeant
2020-05-01
1
-6
/
+19
*
redis-cli: fix hints with subcommands.
antirez
2020-04-30
1
-1
/
+2
*
redis-cli: safer cluster fix with unreachalbe masters.
antirez
2020-04-29
1
-1
/
+26
*
redis-cli: simplify cluster nodes coverage display.
antirez
2020-04-29
1
-17
/
+10
*
redis-cli: try to make clusterManagerFixOpenSlot() more readable.
antirez
2020-04-29
1
-6
/
+25
*
Merge pull request #7005 from hwware/memoryleakfix-redis-cli
Salvatore Sanfilippo
2020-03-23
1
-0
/
+2
|
\
|
*
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
*
Merge pull request #6804 from qetu3790/unstable
Salvatore Sanfilippo
2020-03-02
1
-1
/
+1
|
\
|
*
Fix not used constant in lru_test_mode.
qetu3790
2020-01-23
1
-1
/
+1
*
|
correct help info for --user and --pass
lifubang
2020-02-12
1
-2
/
+2
*
|
fix ssl flag check for redis-cli
lifubang
2020-02-04
1
-9
/
+10
*
|
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
|
|
\
|
|
*
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
*
|
|
TLS: Connections refactoring and TLS support.
Yossi Gottlieb
2019-10-07
1
-3
/
+59
|
/
/
*
|
redis-cli: always report server errors on read errors.
antirez
2019-09-04
1
-1
/
+8
|
/
*
Merge pull request #5921 from vattezhang/unstable_temp
Salvatore Sanfilippo
2019-03-13
1
-1
/
+1
|
\
|
*
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 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
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
*
Cluster Manager: check cluster before backup
artix
2019-03-01
1
-32
/
+67
*
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
[next]