- 04 Nov, 2011 2 commits
- 03 Nov, 2011 1 commit
-
-
antirez authored
further optimizations for the multi bulk protocol parsing code when big objects are transmitted to Redis.
-
- 02 Nov, 2011 6 commits
-
-
antirez authored
-
antirez authored
sdsIncrLen() / sdsMakeRoomFor() used to avoid copying to intermediate buffer while reading the client query.
-
antirez authored
-
antirez authored
-
antirez authored
sdsMakeRoomFor() exposed as public API. sdsIncrLen() added. Both the changes make it possible to copy stuff from a system call to an sds buffer without the need of an additional buffer and copying overhead.
-
antirez authored
-
- 31 Oct, 2011 10 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
build: fix sunos build, compile lua with __C99FEATURES__=1
-
antirez authored
-
antirez authored
-
Herbert G. Fischer authored
-
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.
-
- 30 Oct, 2011 1 commit
-
-
Ben Noordhuis authored
-
- 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
-