- 15 Dec, 2010 3 commits
-
-
Pieter Noordhuis authored
Raw output mode is selected by default when STDOUT is not a tty. For ttys, raw output can be forced using the option "--raw".
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 01 Dec, 2010 1 commit
-
-
antirez authored
added support for ctrl-l and clear command into redis-cli. To clear the screen is a good idea from time to time :). Also linenoise updated to the current version to support this new feature.
-
- 29 Nov, 2010 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
antirez authored
quick and dirty fix for hiredis bug creating problem with the new redis-cli connect commmand. Also change prompt when redis-cli is not connected
-
antirez authored
-
- 28 Nov, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 16 Nov, 2010 1 commit
-
-
Tj Holowaychuk authored
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
-
- 08 Nov, 2010 2 commits
- 03 Nov, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 02 Nov, 2010 1 commit
-
-
antirez authored
redis-cli in interactive mode now prints the time elapsed of the operation performed took more than half a second.
-
- 17 Oct, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 07 Oct, 2010 1 commit
-
-
antirez authored
-
- 09 Sep, 2010 1 commit
-
-
antirez authored
redis-cli does no longer try to auto detect if it is used inside a pipe. To 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.
-
- 30 Aug, 2010 3 commits
- 25 Aug, 2010 3 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 24 Aug, 2010 2 commits
- 05 Aug, 2010 1 commit
-
-
antirez authored
-
- 04 Aug, 2010 7 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
the commands are read from stdin.
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Minor change in redis-cli output for the (multi-)bulk response but this will be fixed in the next commit.
-
Pieter Noordhuis authored
Patched redis-cli to abort on unexpected quotation. This caused redis-cli to get into an infinite, memory-consuming loop.
-
Pieter Noordhuis authored
Changed redis-cli to output the raw response for a bulk reply when it is run in interactive mode instead of checking isatty.
-
- 01 Aug, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 07 Jul, 2010 1 commit
-
-
antirez authored
-
- 06 Jul, 2010 1 commit
-
-
antirez authored
-
- 01 Jul, 2010 1 commit
-
-
antirez authored
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
-
- 26 May, 2010 1 commit
-
-
Pieter Noordhuis authored
-