-
Stan Hu authored
As mentioned in http://download.redis.io/redis-stable/redis.conf, this may be necessary to tweak when there are many connections present. By default "hz" is set to 10. Raising the value will use more CPU when Redis is idle, but at the same time will make Redis more responsive when there are many keys expiring at the same time, and timeouts may be handled with more precision.
c943edafStan Hu authoredAs mentioned in http://download.redis.io/redis-stable/redis.conf, this may be necessary to tweak when there are many connections present. By default "hz" is set to 10. Raising the value will use more CPU when Redis is idle, but at the same time will make Redis more responsive when there are many keys expiring at the same time, and timeouts may be handled with more precision.
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading