- 22 Jul, 2012 1 commit
-
-
Steeve Lennmark authored
-
- 13 Jun, 2012 1 commit
-
-
Ted Nyman authored
Right there is a mix of help entries ending with periods or without periods. This standardizes the end of command as without periods, which seems to be the general custom in most unix tools, at least.
-
- 14 May, 2012 1 commit
-
-
antirez authored
redis-cli.c uses the time() function to seed the PRNG, but time.h was not included. This was not noticed since sys/time.h is included and was enough in most systems (but not correct). With Ubuntu 12.04 GCC generates a warning that made us aware of the issue.
-
- 12 May, 2012 3 commits
- 24 Apr, 2012 1 commit
-
-
antirez authored
-
- 18 Apr, 2012 2 commits
- 19 Mar, 2012 1 commit
-
-
antirez authored
-
- 29 Feb, 2012 2 commits
- 22 Feb, 2012 2 commits
- 13 Dec, 2011 1 commit
-
-
antirez authored
-
- 28 Oct, 2011 1 commit
-
-
antirez authored
-
- 05 Oct, 2011 1 commit
-
-
antirez authored
-
- 21 Sep, 2011 1 commit
-
-
Juri M. Vainonen authored
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
-
- 15 Sep, 2011 2 commits
- 28 May, 2011 4 commits
-
-
antirez authored
redis-cli: -i (interval) implemented, to wait the specified number of seconds (decimal digits are allowed) between commands.
-
antirez authored
-
antirez authored
redis-cli in REPL mode is now able to send the same command multiple times, prefixing the command with a number as in "10 ping"
-
antirez authored
redis-cli no longer aborts in repl-mode on error, and retries to reconncet with the server at every command issued if the state is not connected. Also the prompt shows the server we are connected to.
-
- 21 Apr, 2011 1 commit
-
-
antirez authored
-
- 29 Mar, 2011 1 commit
-
-
antirez authored
-
- 06 Mar, 2011 4 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 23 Dec, 2010 1 commit
-
-
Pieter Noordhuis authored
-
- 15 Dec, 2010 4 commits
-
-
Pieter Noordhuis authored
-
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
-