]> git.saurik.com Git - redis.git/history - src/redis-cli.c
redis-cli: CSV output added, used for the --slave mode.
[redis.git] / src / redis-cli.c
2012-02-29  antirezredis-cli: CSV output added, used for the --slave mode.
2012-02-29  antirezInitial implementation of redis-cli --slave support.
2012-02-22  Salvatore SanfilippoMerge pull request #304 from bradvoth/unstable
2012-02-22  antirezFix for issue #306, thanks to tchajed (on github) for...
2012-02-22  antirezRedis-cli should accept help command even if there...
2011-12-13  antirezredis-cli --eval implemented
2011-10-28  antirezFixed a memory leak in redis-cli.c
2011-10-05  antirezTotally hackish and dirty, but working, support for...
2011-09-22  antirezmerge conflicts resolved
2011-09-21  Salvatore SanfilippoMerge pull request #97 from jvain/redis-cli
2011-09-21  Juri M. Vainonenfixed a small bug that caused redis-cli to segfault...
2011-09-20  Salvatore SanfilippoMerge pull request #72 from datafueled/spelling
2011-09-20  Salvatore SanfilippoMerge pull request #78 from vambo/patch-1
2011-09-20  Salvatore SanfilippoMerge pull request #79 from annulen/mac_ppc
2011-09-20  Salvatore SanfilippoMerge pull request #74 from kmerenkov/issue_620
2011-09-16  antirezMerge remote-tracking branch 'origin/unstable' into...
2011-09-15  antirezFixed a bug in the average latency metering of redis...
2011-09-15  antirezImplemented --latency in redis-cli
2011-06-14  antirezUpdated to unstable
2011-06-07  antirezMerge branch 'unstable'
2011-06-05  antirezMerge remote branch 'origin/unstable' into unstable
2011-05-29  antirezMerge remote branch 'pietern/unstable-replnonblock...
2011-05-28  antirezredis-cli: -i (interval) implemented, to wait the speci...
2011-05-28  antirezredis-cli: Use the repetiton prefix after a reconnection.
2011-05-28  antirezredis-cli in REPL mode is now able to send the same...
2011-05-28  antirezredis-cli no longer aborts in repl-mode on error, and...
2011-05-10  antirezMerge branch 'unstable'
2011-04-21  antirezCLIENT LIST implemented
2011-04-06  Pieter NoordhuisMerge branch 'unstable' into unstable-zset
2011-03-29  antirezCluster branch merged to unstable.
2011-03-07  antirezMerge remote branch 'pietern/unstable-sigs' into unstable
2011-03-06  Pieter NoordhuisShow database number in cli prompt when non-zero
2011-03-06  Pieter NoordhuisStore SELECTed database for reconnect (issue #468)
2011-03-06  Pieter NoordhuisMinor memory leak in redis-cli (issue #464)
2011-03-06  Pieter NoordhuisOnly save history when stdin is a tty (issue #465)
2011-01-04  antirezMerge branch 'master' into unstable
2010-12-23  antirezMerge remote branch 'pietern/bench-fix'
2010-12-23  Pieter NoordhuisFix compiler warnings on Solaris
2010-12-15  antirezMerge remote branch 'pietern/cli'
2010-12-15  Pieter NoordhuisSpecify multi-bulk delimiter via options
2010-12-15  Pieter NoordhuisImproved raw output mode
2010-12-15  Pieter NoordhuisMake redis-cli help a little better
2010-12-15  Pieter NoordhuisShow redis-cli version with repository information...
2010-12-06  Pieter NoordhuisMerge branch 'master' into brpoplpush
2010-12-01  antirezadded support for ctrl-l and clear command into redis...
2010-11-30  antirezminor merge conflicts merging cli-help branch fixed
2010-11-29  Pieter NoordhuisRefactor and support help for command names with spaces
2010-11-29  Pieter NoordhuisUse linenoise completion API from redis-cli
2010-11-29  antirezquick and dirty fix for hiredis bug creating problem...
2010-11-29  antireznew redis-cli command connect
2010-11-28  Pieter NoordhuisRefactor help-related code into redis-cli.c
2010-11-26  Pieter NoordhuisMerge remote branch 'visionmedia/cli-help' into cli...
2010-11-16  Tj HolowaychukAdded redis-cli interactive help support
2010-11-08  antireznow redis-cli is able to show the Git SHA1 in the versi...
2010-11-08  antirezmake sure to flush stdout every line read in monitor...
2010-11-03  Pieter NoordhuisPut duration in parenthesis
2010-11-03  Pieter NoordhuisAdd proper numbering for multi bulk replies in redis-cli
2010-11-03  Pieter NoordhuisUse hiredis from redis-cli
2010-11-02  antirezMerge remote branch 'pietern/unixsocket'
2010-11-02  antirezredis-cli in interactive mode now prints the time elaps...
2010-10-28  antirezmerge conflict resolved
2010-10-17  Pieter NoordhuisRemoved unused command flags
2010-10-13  Pieter NoordhuisMerge branch 'master' into zrevrangebyscore
2010-10-13  Pieter NoordhuisMerge master with resolved conflict in src/redis-cli.c
2010-10-07  antirezminor typo fixed, reported by Thomas Bassetto
2010-09-22  antirezMerge remote branch 'pietern/zset-mem'
2010-09-22  antirezMerge remote branch 'pietern/ziplist-eff'
2010-09-16  Pieter NoordhuisMerge branch 'zset-mem' into zrevrangebyscore
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-16  antirezMerge remote branch 'pietern/networking-perf'
2010-09-09  antirezredis-cli does no longer try to auto detect if it is...
2010-09-03  Pieter NoordhuisMerge branch 'master' into networking-perf
2010-08-31  antirezresolved conflict merging pietern/bpop-timeout
2010-08-30  antirezNow redis-cli replies to help showing some basic usage...
2010-08-30  antirezIt is now possible to use authentication and DB selecti...
2010-08-30  antirezFixed MONITOR mode and Issue 296
2010-08-26  antirezMerge remote branch 'pietern/intset-split'
2010-08-25  Pieter NoordhuisUse fstat to detect if stdin was redirected
2010-08-25  Pieter NoordhuisAdd a newline to tty output after every reply
2010-08-25  Pieter NoordhuisRe-introduce the interactive field so we can reconnect...
2010-08-25  Pieter NoordhuisMerge master and move argument splitting patch to sds.c
2010-08-24  antirezredis-cli now supports automatically reconnection in...
2010-08-24  antirezIssue 179 fixed, now redis-cli is able to parse correct...
2010-08-20  Pieter NoordhuisMerge branch 'master' into intset-split
2010-08-05  antirezredis cli argument splitting is general and is now...
2010-08-04  Pieter NoordhuisDeprecate starting interactive mode using the -i flag
2010-08-04  Pieter NoordhuisSet tty before going into interactive mode to get non...
2010-08-04  Pieter NoordhuisChange output format for non-tty redis-cli execution
2010-08-04  Pieter NoordhuisLet the output mode depend on having a tty or not
2010-08-04  Pieter NoordhuisTests for redis-cli in non-interactive mode
2010-08-04  Pieter NoordhuisAdd tests for quotation in an interactive redis-cli...
2010-08-04  Pieter NoordhuisTests for the interactive mode of redis-cli
2010-08-01  Pieter NoordhuisAdd support for domain sockets to redis-cli
2010-07-07  antirezredis-cli history saved across sessions
2010-07-06  antirezredis-cli is now able to report version information...
2010-07-02  Pieter Noordhuismerged intset code into the split files
2010-07-01  antirezMerged with split
2010-07-01  antirezredis.c split into many different C files.