antirez
|
d85a09dfc6
|
MIGRATE: fix default timeout to 1000 milliseconds.
When a timeout <= 0 is provided we set a default timeout of 1 second.
It was set to 1 millisecond for an error resulting from a recent change.
|
2012-11-12 18:58:23 +01:00 |
|
antirez
|
26a48504cb
|
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.
|
2012-11-12 18:57:55 +01:00 |
|
antirez
|
ae3aeca828
|
MIGRATE: fix fd leak due to missing close on error.
|
2012-11-12 18:56:29 +01:00 |
|
antirez
|
3ba5eab774
|
Minor MIGRATE implementation simplification about ttl handling.
|
2012-04-10 20:04:21 +02:00 |
|
antirez
|
e95740392b
|
dump/restore fixed to use the new crc64 API.
|
2012-04-10 16:27:36 +02:00 |
|
antirez
|
fb8409a5c8
|
Another fix for MIGRATE.
|
2012-04-03 15:13:50 +02:00 |
|
antirez
|
bde80cb28b
|
Two fixed for MIGRATE: fix TTL propagation and fix transferring of data bigger than 64k.
|
2012-04-03 14:57:28 +02:00 |
|
antirez
|
37cc07dd41
|
MIGRATE now let the client distinguish I/O errors and timeouts from other erros.
|
2012-04-02 16:41:02 +02:00 |
|
antirez
|
bff31e129d
|
New verions of DUMP, RESTORE, MIGRATE back ported from unstable to 2.6
|
2012-04-02 14:21:59 +02:00 |
|
antirez
|
571e257db1
|
Redis 2.6 branch obtained from unstable removing all the cluster related code.
|
2012-03-10 12:26:37 +01:00 |
|