- 24 Jun, 2011 1 commit
-
-
Damian Janowski authored
-
- 07 Jun, 2011 1 commit
-
-
antirez authored
-
- 05 Jun, 2011 3 commits
- 03 Jun, 2011 1 commit
-
-
antirez authored
-
- 31 May, 2011 6 commits
- 30 May, 2011 1 commit
-
-
Pieter Noordhuis authored
-
- 29 May, 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.
-
- 25 May, 2011 2 commits
- 24 May, 2011 2 commits
- 22 May, 2011 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 20 May, 2011 2 commits
- 19 May, 2011 3 commits
-
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
- 16 May, 2011 2 commits
- 15 May, 2011 3 commits
- 12 May, 2011 3 commits
- 11 May, 2011 1 commit
-
-
antirez authored
removed assert causing an illegal memory access. This was responsible of crashes during BLPOP and other list blocking operations.
-
- 10 May, 2011 1 commit
-
-
antirez authored
-