- 21 Nov, 2011 4 commits
-
-
antirez authored
-
antirez authored
code generating the CLIENT LIST output refactored to have a function that is able to render a single client into a client info string.
-
antirez authored
-
antirez authored
Max log message length set to 4k to avoid truncated INFO output in logs on Redis crash. This is just a workaround and it is handled better in the unstable branch.
-
- 16 Nov, 2011 1 commit
-
-
Chris Lamb authored
I believe that you should be able to drop 'defined(__sun)' completely from this clause, as Solaris on x86 hardware probably does not have strict alignment requirements, but I don't have a way to test that. Thanks to Jurij Smakov <jurij@wooyd.org>. Signed-off-by:
Chris Lamb <lamby@debian.org>
-
- 11 Nov, 2011 2 commits
- 31 Oct, 2011 1 commit
-
-
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
- 26 Oct, 2011 2 commits
- 21 Oct, 2011 1 commit
-
-
Nathan Florea authored
-
- 18 Oct, 2011 5 commits
-
-
Herbert G. Fischer authored
-
Herbert G. Fischer authored
-
antirez authored
-
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 5 commits
- 14 Oct, 2011 4 commits
- 10 Oct, 2011 5 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).
-
Nathan Florea authored
-
antirez authored
-
antirez authored
-
- 06 Oct, 2011 1 commit
-
-
antirez authored
-
- 29 Sep, 2011 1 commit
-
-
antirez authored
-
- 21 Sep, 2011 2 commits
-
-
Juri M. Vainonen authored
fixed a small bug that caused redis-cli to segfault when given single numeric parameter greater that zero.
-
antirez authored
-
- 20 Sep, 2011 4 commits
-
-
antirez authored
hash zipmap max entries and entry size information removed from INFO command since we have this info and the equivalent info for sets, hashes, zset accessible via the CONFIG GET command.
-
vambo authored
-
Konstantin Tokarev authored
Applied patch from Issue 119 provided by pahowes@gmail.com
-
Konstantin Merenkov authored
-