]> git.saurik.com Git - redis.git/commit
MIGRATE timeout should be in milliseconds.
authorantirez <antirez@gmail.com>
Mon, 12 Nov 2012 13:00:59 +0000 (14:00 +0100)
committerantirez <antirez@gmail.com>
Mon, 12 Nov 2012 13:01:02 +0000 (14:01 +0100)
commit149b527a74a8336e8b0a287472c9ae25e3286fba
treec874b7f16043a2c33421438c185c4e4a0a01ccde
parente23d281e489c3cda134803b2e6302d1fc27e5948
MIGRATE timeout should be in milliseconds.

While it is documented that the MIGRATE timeout is in milliseconds, it
was in seconds instead. This commit fixes the problem.
src/cluster.c