- 31 Oct, 2011 3 commits
-
-
antirez authored
-
antirez authored
maxclients configuration is now implemented dealing with the actual process rlimits. Setting maxclients to 0 no longer makes sense and is now invalid, the new default is 10000. See issue #162 for more information.
-
antirez authored
It is now possible to disable password authentication via CONFIG SET. Thanks to Jan Oberst. This closes issue #171.
-
- 28 Oct, 2011 2 commits
- 27 Oct, 2011 2 commits
- 26 Oct, 2011 2 commits
-
-
Nathan Florea authored
-
antirez authored
Clear the AOF rewrite scheduled flag once an AOF rewrite is triggered. Fix for issue #161, probably fixing 159 as well.
-
- 25 Oct, 2011 5 commits
- 24 Oct, 2011 1 commit
-
-
antirez authored
-
- 23 Oct, 2011 4 commits
- 20 Oct, 2011 4 commits
-
-
antirez authored
Redis.call is now split into two variants of the same function. Redis.call will raise an error by default. Redis.pcall will return the error object instead.
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Cleaned up redis root directory a tiny bit and changed links to github issues
-
- 19 Oct, 2011 3 commits
- 18 Oct, 2011 6 commits
-
-
Jan Oberst authored
-
Jan Oberst authored
-
Jan Oberst authored
-
Salvatore Sanfilippo authored
Memory leak in redis-check-dump
-
smly authored
-
antirez authored
Return from syncWithMaster() ASAP if the event fired but the instance is no longer a slave. This should fix Issue #145.
-
- 17 Oct, 2011 6 commits
- 14 Oct, 2011 2 commits