- 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 2 commits
- 20 Oct, 2011 2 commits
- 19 Oct, 2011 1 commit
-
-
antirez authored
JSON support for Lua scripting, based on work from @lp, thanks!. We are using the good and fast cjson by Mark Pulford.
-
- 18 Oct, 2011 2 commits
- 17 Oct, 2011 5 commits
- 14 Oct, 2011 3 commits
- 13 Oct, 2011 2 commits
- 10 Oct, 2011 4 commits
-
-
antirez authored
-
Nathan Florea authored
Added a configuration directive to allow a user to specify the permissions to be granted to the Unix socket file. I followed the format Pieter and Salvatore discusses in issue #85 ( https://github.com/antirez/redis/issues/85).
-
antirez authored
-
antirez authored
-
- 09 Oct, 2011 1 commit
-
-
Nathan Florea authored
-
- 08 Oct, 2011 1 commit
-
-
antirez authored
Thanks to @ardsrk.
-
- 07 Oct, 2011 2 commits
- 05 Oct, 2011 4 commits
-
-
antirez authored
-
antirez authored
A node can populate a slot if a message from a trusted slot is received claiming ownership of this slot, that is currently empty or served by a node in FAIL state. However this feature was broken since calling clusterAddSlot() was not enough as the slot bit is already set in the node that pong us. We need to directly alter the table. This commit fixes the issue.
-
antirez authored
-
antirez authored
-
- 04 Oct, 2011 3 commits
-
-
antirez authored
-
antirez authored
redisAssertWithClientInfo() is now redisAssertWithInfo() that is also able to report an optional object. The client is also optional. Specifying NULL will prevent dumping the not available information (either client or object).
-
antirez authored
Introduced a redisAssert() variant that is able to show information about the client in the context where the failed assertion was detected.
-