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
*
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
*
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 assigment anti-affinity (create)
artix
2019-02-20
1
-0
/
+6
*
|
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)
Oran Agra
2018-04-02
1
-10
/
+102
*
|
|
redis-cli add support for --memkeys, fix --bigkeys for module types
Oran Agra
2019-02-21
1
-81
/
+132
|
|
/
|
/
|
*
|
Cluster Manager: remove unused code elements
artix
2019-01-24
1
-13
/
+8
*
|
Merge pull request #5743 from AngusP/forever-repeat-cli
Salvatore Sanfilippo
2019-01-22
1
-6
/
+13
|
\
\
|
*
|
Add comment explaining negative repeat
Angus Pearson
2019-01-02
1
-0
/
+2
|
*
|
Fix broken interval and repeat bahaviour in redis-cli (incluing cluster mode)
Angus Pearson
2019-01-02
1
-6
/
+11
*
|
|
fix clusterManagerGetAntiAffinityScore double free otypes
Zhicheng Wei
2019-01-19
1
-1
/
+2
*
|
|
RESP3: redis-cli support for boolean in TTY output.
antirez
2019-01-09
1
-0
/
+3
*
|
|
RESP3: redis-cli: show the double as received from Redis.
antirez
2019-01-09
1
-1
/
+1
*
|
|
RESP3: hiredis: initial double implementation.
antirez
2019-01-09
1
-0
/
+3
*
|
|
RESP3: hiredis: map and set display for TTY output.
antirez
2019-01-09
1
-3
/
+31
*
|
|
Cluster Manager del-node: use CLUSTER RESET in place of SHUTDOWN
artix
2018-12-27
1
-3
/
+4
|
/
/
*
|
Cluster Manager: enable --cluster-replace also for 'fix' command.
artix
2018-12-19
1
-35
/
+34
*
|
Fixed memory leak in clusterManagerCompareKeysValues.
artix
2018-12-18
1
-0
/
+2
*
|
Cluster Manager: compare key values after BUSYKEY error (migration).
artix
2018-12-18
1
-9
/
+124
*
|
Cluster Manager: avoid using reply error messages to check slot status.
artix
2018-12-12
1
-25
/
+111
[next]