stickermule / rump

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

Don't fail on key not found. #13

Closed nixtrace closed 7 years ago

nixtrace commented 7 years ago

Redigo raises an error, nil returned, if the key is not found. This can happen for example if SCAN finds a key but on DUMP the key is not there. Rump shouldn't fail on this error because it doesn't affect the sync.