]> git.saurik.com Git - redis.git/commit
Two small fixes to maxclients handling.
authorantirez <antirez@gmail.com>
Wed, 18 Apr 2012 09:31:24 +0000 (11:31 +0200)
committerantirez <antirez@gmail.com>
Wed, 18 Apr 2012 09:31:24 +0000 (11:31 +0200)
commita5f8341245aeebd22a2474e92c4ed497eae01545
tree6bf331033511379687481b6095c3707b65aed16a
parent6a3f0ac68a0d649b85575dd61ef4bd26efb3ac81
Two small fixes to maxclients handling.

1) Don't accept maxclients set to < 0
2) Allow maxclients < 1024, it is useful for testing.
src/config.c
src/redis.c