]> git.saurik.com Git - redis.git/commit
cron part of disk store object cache implemented. Objects are pushed as IO jobs if...
authorantirez <antirez@gmail.com>
Wed, 29 Dec 2010 21:18:20 +0000 (22:18 +0100)
committerantirez <antirez@gmail.com>
Wed, 29 Dec 2010 21:18:20 +0000 (22:18 +0100)
commitf63f0928c3e08f60f6b8557dc7c5d635834f990b
tree794e3fe9fb6ac6a246cd11d75035bbf5cefc19c2
parentcea8c5cd75b88cd5a13d9b253d792cc045d28b62
cron part of disk store object cache implemented. Objects are pushed as IO jobs if needed, so that the IO thread will process them.
src/dscache.c
src/redis.c
src/redis.h