- 26 Aug, 2010 8 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 25 Aug, 2010 6 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 24 Aug, 2010 9 commits
-
-
antirez authored
-
antirez authored
Issue 179 fixed, now redis-cli is able to parse correctly multi bulk replies with elements that are errors
-
antirez authored
The pid file is now created only after the server is correctly initialied. It is also removed on sigterm and when the stack trace is produced after a sigbus or a sigsegv. This two changes should fix the Issue 175
-
antirez authored
-
antirez authored
slave with attached slaves now close the conection to all the slaves when the connection to the master is lost. Now a slave without a connected link to the master will refuse SYNC from other slaves. Enhanced the replication error reporting. All this will fix Issue 156
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
- 23 Aug, 2010 1 commit
-
-
antirez authored
Fixed overflow detection in argument to long convertion function in general, and in expire/ttl pairs specifically, addressing issue 54
-
- 21 Aug, 2010 6 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 20 Aug, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
Conflicts: src/Makefile src/t_set.c
-
- 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.
-