projects
/
redis.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Add wait states to deal with many connections.
[redis.git]
/
src
/
redis-cli.c
2010-12-15
antirez
Merge remote branch 'pietern/cli'
blob
|
commitdiff
|
raw
2010-12-15
Pieter Noordhuis
Specify multi-bulk delimiter via options
blob
|
commitdiff
|
raw
2010-12-15
Pieter Noordhuis
Improved raw output mode
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Pieter Noordhuis
Make redis-cli help a little better
blob
|
commitdiff
|
raw
|
diff to current
2010-12-15
Pieter Noordhuis
Show redis-cli version with repository information...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-06
Pieter Noordhuis
Merge branch 'master' into brpoplpush
blob
|
commitdiff
|
raw
|
diff to current
2010-12-01
antirez
added support for ctrl-l and clear command into redis...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-30
antirez
minor merge conflicts merging cli-help branch fixed
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Pieter Noordhuis
Refactor and support help for command names with spaces
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
Pieter Noordhuis
Use linenoise completion API from redis-cli
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
antirez
quick and dirty fix for hiredis bug creating problem...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-29
antirez
new redis-cli command connect
blob
|
commitdiff
|
raw
|
diff to current
2010-11-28
Pieter Noordhuis
Refactor help-related code into redis-cli.c
blob
|
commitdiff
|
raw
|
diff to current
2010-11-26
Pieter Noordhuis
Merge remote branch 'visionmedia/cli-help' into cli...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-16
Tj Holowaychuk
Added redis-cli interactive help support
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
antirez
now redis-cli is able to show the Git SHA1 in the versi...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
antirez
make sure to flush stdout every line read in monitor...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Pieter Noordhuis
Put duration in parenthesis
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Pieter Noordhuis
Add proper numbering for multi bulk replies in redis-cli
blob
|
commitdiff
|
raw
|
diff to current
2010-11-03
Pieter Noordhuis
Use hiredis from redis-cli
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
antirez
Merge remote branch 'pietern/unixsocket'
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
antirez
redis-cli in interactive mode now prints the time elaps...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-28
antirez
merge conflict resolved
blob
|
commitdiff
|
raw
|
diff to current
2010-10-17
Pieter Noordhuis
Removed unused command flags
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Pieter Noordhuis
Merge branch 'master' into zrevrangebyscore
blob
|
commitdiff
|
raw
|
diff to current
2010-10-13
Pieter Noordhuis
Merge master with resolved conflict in src/redis-cli.c
blob
|
commitdiff
|
raw
|
diff to current
2010-10-07
antirez
minor typo fixed, reported by Thomas Bassetto
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
antirez
Merge remote branch 'pietern/zset-mem'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-22
antirez
Merge remote branch 'pietern/ziplist-eff'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
Pieter Noordhuis
Merge branch 'zset-mem' into zrevrangebyscore
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
antirez
Merge remote branch 'pietern/networking-perf'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-16
antirez
Merge remote branch 'pietern/networking-perf'
blob
|
commitdiff
|
raw
|
diff to current
2010-09-09
antirez
redis-cli does no longer try to auto detect if it is...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-03
Pieter Noordhuis
Merge branch 'master' into networking-perf
blob
|
commitdiff
|
raw
|
diff to current
2010-08-31
antirez
resolved conflict merging pietern/bpop-timeout
blob
|
commitdiff
|
raw
|
diff to current
2010-08-30
antirez
Now redis-cli replies to help showing some basic usage...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-30
antirez
It is now possible to use authentication and DB selecti...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-30
antirez
Fixed MONITOR mode and Issue 296
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
antirez
Merge remote branch 'pietern/intset-split'
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Pieter Noordhuis
Use fstat to detect if stdin was redirected
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Pieter Noordhuis
Add a newline to tty output after every reply
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Pieter Noordhuis
Re-introduce the interactive field so we can reconnect...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-25
Pieter Noordhuis
Merge master and move argument splitting patch to sds.c
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
antirez
redis-cli now supports automatically reconnection in...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
antirez
Issue 179 fixed, now redis-cli is able to parse correct...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-20
Pieter Noordhuis
Merge branch 'master' into intset-split
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
antirez
redis cli argument splitting is general and is now...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Pieter Noordhuis
Deprecate starting interactive mode using the -i flag
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Pieter Noordhuis
Set tty before going into interactive mode to get non...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Pieter Noordhuis
Change output format for non-tty redis-cli execution
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Pieter Noordhuis
Let the output mode depend on having a tty or not
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Pieter Noordhuis
Tests for redis-cli in non-interactive mode
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Pieter Noordhuis
Add tests for quotation in an interactive redis-cli...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-04
Pieter Noordhuis
Tests for the interactive mode of redis-cli
blob
|
commitdiff
|
raw
|
diff to current
2010-08-01
Pieter Noordhuis
Add support for domain sockets to redis-cli
blob
|
commitdiff
|
raw
|
diff to current
2010-07-07
antirez
redis-cli history saved across sessions
blob
|
commitdiff
|
raw
|
diff to current
2010-07-06
antirez
redis-cli is now able to report version information...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-02
Pieter Noordhuis
merged intset code into the split files
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
Merged with split
blob
|
commitdiff
|
raw
|
diff to current
2010-07-01
antirez
redis.c split into many different C files.
blob
|
commitdiff
|
raw
|
diff to current