]> 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:40:59 +0000 (11:40 +0200)
commit727d6dd52a3e778403d2ef66a516498ff25f3c02
tree7aa8177840389796c1df035b244701cb7ce2fce1
parenta1090c1193c6b3162d166c8c85aca86a39fb6c3e
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