]> git.saurik.com Git - redis.git/commit - redis.conf
maxclients configuration is now implemented dealing with the actual process rlimits...
authorantirez <antirez@gmail.com>
Mon, 31 Oct 2011 09:48:41 +0000 (10:48 +0100)
committerantirez <antirez@gmail.com>
Mon, 31 Oct 2011 09:49:27 +0000 (10:49 +0100)
commit58732c23d53d6fc652668a516556ea182b0ed0f8
tree91432b5697ea36b4533e75103f7a849dc8c04afe
parent1eceb85ebc127480ffe3d80be00e09472fa684ec
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.
redis.conf
src/networking.c
src/redis.c
src/redis.h