stickermule / rump

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

does redis -> elasticache work? #15

Closed jedi4ever closed 7 years ago

jedi4ever commented 7 years ago

I've just tried to make a run between SRC=a regular redis and DEST=an elasticache server.

Is this supported?

The elasticserver info:

# Server
redis_version:2.8.24
redis_git_sha1:0
redis_git_dirty:0
redis_build_id:0
redis_mode:standalone
os:Amazon ElastiCache
arch_bits:64
jedi4ever commented 7 years ago

more info - it works with a bigger database but not with this one I suspect there is a flush missing at the end when the DB is small?

db0:keys=845,expires=0,avg_ttl=0

jedi4ever commented 7 years ago

the output is like this: >.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>.>..Sync done.

jedi4ever commented 7 years ago

Found out what the issue was. It was a redis 3.x synching to a redis 2.x