go-redis-migrator
go-redis-migrator copied to clipboard
Support for TLS connections and fix TTL
Hi there! I recently used this project to do some migrations from ElastiCache. While doing this I came a cross 2 problems.
- There was a bug with the TTL not being reset to 0 when the key didn't have any set.
- There wasn't a way to use TLS connections.
I made those changes in this fork: https://github.com/integrii/go-redis-migrator/compare/master...jcalonso:patch-1 I would be happy to open a proper pull request and merge this back if you consider this is something of use in the project.
Let me know :)