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
*
Initialize help only in repl mode
Jan-Erik Rediger
2017-01-08
1
-5
/
+5
*
Fix redis-cli rare crash.
Yossi Gottlieb
2016-12-12
1
-0
/
+4
*
redis-cli typo fixed: perferences -> preferences.
antirez
2016-11-02
1
-2
/
+2
*
Add missing fclose()
jybaek
2016-10-28
1
-0
/
+1
*
redis-cli: "allocator-stats" -> "malloc-stats".
antirez
2016-09-19
1
-1
/
+1
*
MEMORY DOCTOR initial implementation.
antirez
2016-09-16
1
-1
/
+2
*
Memory related subcommands of DEBUG moved to MEMORY.
antirez
2016-09-16
1
-2
/
+3
*
redis-cli LRU test mode: randomize value of key when setting.
antirez
2016-07-18
1
-1
/
+4
*
redis-cli LRU test mode: remove newline from key names.
antirez
2016-07-18
1
-1
/
+1
*
redis-cli: check SELECT reply type just in state updated.
antirez
2016-07-05
1
-1
/
+1
*
Fix for redis_cli printing default DB when select command fails.
sskorgal
2016-07-01
1
-1
/
+1
*
redis-cli: really connect to the right server.
antirez
2016-06-16
1
-2
/
+5
*
Remove debug printing
Jan-Erik Rediger
2016-05-21
1
-3
/
+0
*
redis-cli: integrate help.h with COMMAND output.
antirez
2016-05-07
1
-10
/
+70
*
redis-cli: remove debugging message.
antirez
2016-05-05
1
-1
/
+0
*
Merge pull request #3008 from badboy/fix-2911
Salvatore Sanfilippo
2016-05-05
1
-1
/
+1
|
\
|
*
Fix nanosecond conversion
Jan-Erik Rediger
2016-01-13
1
-1
/
+1
*
|
redis-cli: don't free historyfile, is used later.
antirez
2016-05-05
1
-1
/
+1
*
|
Merge pull request #3077 from Palethorn/ipv6-redirect-parse
Salvatore Sanfilippo
2016-05-05
1
-1
/
+1
|
\
\
|
*
|
Reverse redirect address parse
David Cavar
2016-02-09
1
-1
/
+1
*
|
|
Minor redis-cli wording change in --help output.
antirez
2016-05-04
1
-1
/
+2
*
|
|
add DEBUG JEMALLC PURGE and JEMALLOC INFO cleanup
Oran Agra
2016-04-25
1
-1
/
+1
*
|
|
redis-cli preferences and rc file support.
antirez
2016-04-13
1
-17
/
+85
*
|
|
redis-cli hints.
antirez
2016-04-13
1
-0
/
+53
|
/
/
*
|
Lua debugger: support direct calls to SCRIPT DEBUG in redis-cli.
antirez
2016-01-08
1
-0
/
+21
|
/
*
fix sprintf and snprintf format string
antirez
2015-11-28
1
-2
/
+2
*
Lua debugger: redis-cli: allow restart after end of session.
antirez
2015-11-17
1
-1
/
+3
*
Lua debugger: redis-cli can restart Lua debugging sessions.
antirez
2015-11-17
1
-44
/
+74
*
Lua debugger: maxlen command implemented.
antirez
2015-11-17
1
-0
/
+1
*
Lua debugger: redis-cli: show compile errors in LDB mode.
antirez
2015-11-17
1
-3
/
+12
*
Lua debugger: redis-cli error when --ldb is without --eval.
antirez
2015-11-17
1
-0
/
+7
*
Lua debugger: use sds_malloc() to allocate eval cli array.
antirez
2015-11-17
1
-1
/
+1
*
Lua debugger: better support for synchronous mode.
antirez
2015-11-17
1
-3
/
+16
*
Lua debugger: inform user changes are rolled back.
antirez
2015-11-17
1
-1
/
+1
*
Lua debugger: clear end of session protocol.
antirez
2015-11-17
1
-9
/
+19
*
Lua debugger: redis.debug() implemented.
antirez
2015-11-17
1
-0
/
+1
*
Lua debugger: redis-cli, mark end of debugging session.
antirez
2015-11-17
1
-0
/
+1
*
Lua debugger: much better Lua values pretty printer.
antirez
2015-11-17
1
-1
/
+1
*
Lua debugger: output improvements, eval command.
antirez
2015-11-17
1
-6
/
+26
*
Lua debugger: breakpoints.
antirez
2015-11-17
1
-1
/
+53
*
Lua debugger: log Redis commands. List command.
antirez
2015-11-17
1
-0
/
+2
*
Lua debugger: initial REPL.
antirez
2015-11-17
1
-2
/
+10
*
Lua debugger: foundations implemented.
antirez
2015-11-17
1
-1
/
+18
*
redis-cli pipe mode: don't stay in the write loop forever.
antirez
2015-09-30
1
-1
/
+6
*
SCAN iter parsing changed from atoi to chartoull
ubuntu
2015-09-07
1
-1
/
+1
*
RDMF: More consistent define names.
antirez
2015-07-27
1
-2
/
+2
*
sds size classes - memory optimization
Oran Agra
2015-07-14
1
-2
/
+2
*
DEBUG HTSTATS <dbid> added.
antirez
2015-07-14
1
-3
/
+3
*
redis-cli --latency-dist: one gray more, and --mono support.
antirez
2015-02-13
1
-7
/
+17
*
redis-cli --latency-dist, hopefully better palette.
antirez
2015-02-13
1
-2
/
+2
[next]