Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Show database number in cli prompt when non-zero | Pieter Noordhuis | 2011-03-06 | 1 | -2/+13 |
| | |||||
* | Store SELECTed database for reconnect (issue #468) | Pieter Noordhuis | 2011-03-06 | 1 | -3/+5 |
| | |||||
* | Minor memory leak in redis-cli (issue #464) | Pieter Noordhuis | 2011-03-06 | 1 | -1/+5 |
| | |||||
* | Fix compiler warnings on Solaris | Pieter Noordhuis | 2010-12-23 | 1 | -1/+3 |
| | |||||
* | Specify multi-bulk delimiter via options | Pieter Noordhuis | 2010-12-15 | 1 | -0/+5 |
| | |||||
* | Improved raw output mode | Pieter Noordhuis | 2010-12-15 | 1 | -29/+65 |
| | | | | | Raw output mode is selected by default when STDOUT is not a tty. For ttys, raw output can be forced using the option "--raw". | ||||
* | Make redis-cli help a little better | Pieter Noordhuis | 2010-12-15 | 1 | -19/+31 |
| | |||||
* | Show redis-cli version with repository information if present | Pieter Noordhuis | 2010-12-15 | 1 | -1/+18 |
| | |||||
* | added support for ctrl-l and clear command into redis-cli. To clear the ↵ | antirez | 2010-12-01 | 1 | -0/+2 |
| | | | | screen is a good idea from time to time :). Also linenoise updated to the current version to support this new feature. | ||||
* | minor merge conflicts merging cli-help branch fixed2.2-alpha6 | antirez | 2010-11-30 | 1 | -18/+150 |
|\ | |||||
| * | Refactor and support help for command names with spaces | Pieter Noordhuis | 2010-11-29 | 1 | -55/+69 |
| | | |||||
| * | Use linenoise completion API from redis-cli | Pieter Noordhuis | 2010-11-29 | 1 | -35/+108 |
| | | |||||
| * | Refactor help-related code into redis-cli.c | Pieter Noordhuis | 2010-11-28 | 1 | -1/+60 |
| | | |||||
| * | Merge remote branch 'visionmedia/cli-help' into cli-help | Pieter Noordhuis | 2010-11-26 | 1 | -17/+2 |
| |\ | |||||
| | * | Added redis-cli interactive help support | Tj Holowaychuk | 2010-11-16 | 1 | -17/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | updated via commands.json in redis-doc repo. Currently use `make src/help.h` to re-generate. The following are valid from the REPL: help help [command] help [group] help groups ex: help sort help hash | ||||
* | | | quick and dirty fix for hiredis bug creating problem with the new redis-cli ↵ | antirez | 2010-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | connect commmand. Also change prompt when redis-cli is not connected | ||||
* | | | new redis-cli command connect | antirez | 2010-11-29 | 1 | -6/+14 |
|/ / | |||||
* | | now redis-cli is able to show the Git SHA1 in the version output | antirez | 2010-11-08 | 1 | -1/+2 |
| | | |||||
* | | make sure to flush stdout every line read in monitor mode, to play well with ↵ | antirez | 2010-11-08 | 1 | -0/+1 |
| | | | | | | | | redirection to file | ||||
* | | Put duration in parenthesis | Pieter Noordhuis | 2010-11-03 | 1 | -2/+3 |
| | | |||||
* | | Add proper numbering for multi bulk replies in redis-cli | Pieter Noordhuis | 2010-11-03 | 1 | -9/+26 |
| | | |||||
* | | Use hiredis from redis-cli | Pieter Noordhuis | 2010-11-03 | 1 | -222/+150 |
| | | |||||
* | | Merge remote branch 'pietern/unixsocket' | antirez | 2010-11-02 | 1 | -3/+16 |
|\ \ | |||||
| * \ | Merge master with resolved conflict in src/redis-cli.c | Pieter Noordhuis | 2010-10-13 | 1 | -115/+123 |
| |\ \ | |||||
| * | | | Add support for domain sockets to redis-cli | Pieter Noordhuis | 2010-08-01 | 1 | -4/+21 |
| | | | | |||||
* | | | | redis-cli in interactive mode now prints the time elapsed of the operation ↵ | antirez | 2010-11-02 | 1 | -25/+52 |
| |_|/ |/| | | | | | | | | performed took more than half a second. | ||||
* | | | Removed unused command flags | Pieter Noordhuis | 2010-10-17 | 1 | -4/+0 |
| |/ |/| | |||||
* | | minor typo fixed, reported by Thomas Bassetto | antirez | 2010-10-07 | 1 | -1/+1 |
| | | |||||
* | | redis-cli does no longer try to auto detect if it is used inside a pipe. To ↵2.2-alpha2 | antirez | 2010-09-09 | 1 | -6/+7 |
| | | | | | | | | read last argument from stdandard input there is to use the -x option. This will make it playing better inside cron scripts and in general when stdin is hacked. | ||||
* | | Now redis-cli replies to help showing some basic usage information (Issue 291) | antirez | 2010-08-30 | 1 | -0/+20 |
| | | |||||
* | | It is now possible to use authentication and DB selection options at the ↵ | antirez | 2010-08-30 | 1 | -0/+6 |
| | | | | | | | | same time in redis-cli (Issue 298) | ||||
* | | Fixed MONITOR mode and Issue 296 | antirez | 2010-08-30 | 1 | -2/+3 |
| | | |||||
* | | Use fstat to detect if stdin was redirected | Pieter Noordhuis | 2010-08-25 | 1 | -13/+24 |
| | | |||||
* | | Add a newline to tty output after every reply | Pieter Noordhuis | 2010-08-25 | 1 | -7/+3 |
| | | |||||
* | | Re-introduce the interactive field so we can reconnect in interactive mode | Pieter Noordhuis | 2010-08-25 | 1 | -0/+3 |
| | | |||||
* | | Merge master and move argument splitting patch to sds.c | Pieter Noordhuis | 2010-08-25 | 1 | -89/+38 |
|\ \ | |||||
| * | | redis-cli now supports automatically reconnection in interactive mode | antirez | 2010-08-24 | 1 | -9/+34 |
| | | | |||||
| * | | Issue 179 fixed, now redis-cli is able to parse correctly multi bulk replies ↵ | antirez | 2010-08-24 | 1 | -2/+3 |
| | | | | | | | | | | | | with elements that are errors | ||||
| * | | redis cli argument splitting is general and is now moved into the sds.c lib | antirez | 2010-08-05 | 1 | -67/+3 |
| |/ | |||||
* | | Deprecate starting interactive mode using the -i flag | Pieter Noordhuis | 2010-08-04 | 1 | -7/+6 |
| | | |||||
* | | Set tty before going into interactive mode to get non-pretty output when | Pieter Noordhuis | 2010-08-04 | 1 | -2/+1 |
| | | | | | | | | the commands are read from stdin. | ||||
* | | Change output format for non-tty redis-cli execution | Pieter Noordhuis | 2010-08-04 | 1 | -7/+12 |
| | | |||||
* | | Let the output mode depend on having a tty or not | Pieter Noordhuis | 2010-08-04 | 1 | -1/+4 |
| | | |||||
* | | Tests for redis-cli in non-interactive mode | Pieter Noordhuis | 2010-08-04 | 1 | -2/+3 |
| | | | | | | | | | | Minor change in redis-cli output for the (multi-)bulk response but this will be fixed in the next commit. | ||||
* | | Add tests for quotation in an interactive redis-cli session | Pieter Noordhuis | 2010-08-04 | 1 | -3/+18 |
| | | | | | | | | | | Patched redis-cli to abort on unexpected quotation. This caused redis-cli to get into an infinite, memory-consuming loop. | ||||
* | | Tests for the interactive mode of redis-cli | Pieter Noordhuis | 2010-08-04 | 1 | -3/+6 |
|/ | | | | | Changed redis-cli to output the raw response for a bulk reply when it is run in interactive mode instead of checking isatty. | ||||
* | redis-cli history saved across sessions | antirez | 2010-07-07 | 1 | -0/+9 |
| | |||||
* | redis-cli is now able to report version information using -v | antirez | 2010-07-06 | 1 | -1/+5 |
| | |||||
* | redis.c split into many different C files. | antirez | 2010-07-01 | 1 | -0/+493 |
networking related stuff moved into networking.c moved more code more work on layout of source code SDS instantaneuos memory saving. By Pieter and Salvatore at VMware ;) cleanly compiling again after the first split, now splitting it in more C files moving more things around... work in progress split replication code splitting more Sets split Hash split replication split even more splitting more splitting minor change |