stickermule / rump

Hot sync two Redis servers using dumps.
MIT License
491 stars 94 forks source link

signal: exit redis read: exit ERR Invalid TTL value, must be >= 0 #31

Closed allen12921 closed 5 years ago

allen12921 commented 5 years ago

Report

Sync with ttl terminated by 'ERR Invalid TTL value, must be >= 0' The source AWS ElastiCache redis version is 3.2.10 rump -from redis://redis-002.ruf311.0001.cnw1.cache.amazonaws.com.cn:6379/0 -to redis://127.0.0.1:6379/0 -ttl signal: exit

redis read: exit ERR Invalid TTL value, must be >= 0

amalsom10 commented 5 years ago

While using -ttl option, please specify a TTL value

rump -from redis://source-redis:6379/0 -to redis://destination-redis:6379/0 -ttl 1