]> git.saurik.com Git - redis.git/commit - src/redis.h
first attempt to non blocking implementation of slave replication and SYNC bulk data...
authorantirez <antirez@gmail.com>
Thu, 4 Nov 2010 16:29:53 +0000 (17:29 +0100)
committerantirez <antirez@gmail.com>
Thu, 4 Nov 2010 16:29:53 +0000 (17:29 +0100)
commitf4aa600b996c605b4e2109d0f80cb14a0c14513b
tree357871334cb015f2c7960fc61a19f4e940ce8364
parent4d7e1255193702937daabf0dbaabbb6876bf5547
first attempt to non blocking implementation of slave replication and SYNC bulk data download. Never compiled so far...
src/networking.c
src/redis.c
src/redis.h
src/replication.c