go-redis-migrator icon indicating copy to clipboard operation
go-redis-migrator copied to clipboard

Support for TLS connections and fix TTL

Open jcalonso opened this issue 3 years ago • 0 comments

Hi there! I recently used this project to do some migrations from ElastiCache. While doing this I came a cross 2 problems.

  1. There was a bug with the TTL not being reset to 0 when the key didn't have any set.
  2. 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 :)

jcalonso avatar Jul 23 '21 02:07 jcalonso