You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add TLS option for redis adapter creation (#38)
* Add TLS option for redis adapter creation
* Add redis dial option to use tls
* Add TLS option for create adapter with options
* Improve unit tests
* Improve according to reviews