go-redis-migrator
go-redis-migrator copied to clipboard
Can I add a feature to override TTL for all keys?
Hi Eric,
I have a use case where there are millions of existing keys that don't have a TTL and is causing the Redis storage to fill up too quickly. I am interested in adding a new command to this repo to override all keys or keys with a specific prefix with a desired TTL.
Would you be open to allowing that feature to this repo?
Thanks