- 31 Aug, 2010 2 commits
-
-
Pieter Noordhuis authored
-
Pieter Noordhuis authored
-
- 30 Aug, 2010 6 commits
-
-
antirez authored
BLPOP inside MULTI/EXEC block no longer crashes, instead if the list is empty the behavior is like if the timeout is reached. This fixes Issue 285
-
antirez authored
-
antirez authored
It is now possible to use authentication and DB selection options at the same time in redis-cli (Issue 298)
-
antirez authored
-
antirez authored
-
antirez authored
Fix for a race in BGSAVE that may result in some data not being saved as soon as possible (when the configured saving triggers should fire). Also known as Issue 313, more details there in the google code issue.
-
- 27 Aug, 2010 4 commits
- 26 Aug, 2010 16 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
redis-cli tests commented out since there is a problem with the CI server and this tests, will be activated again once the problem is fixed
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Pieter Noordhuis 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 6 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
-