Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redis TLS support #209

Open
NaNaMoMoMo opened this issue Nov 21, 2022 · 1 comment
Open

Redis TLS support #209

NaNaMoMoMo opened this issue Nov 21, 2022 · 1 comment

Comments

@NaNaMoMoMo
Copy link

Redis TLS support

@pixelfantasy
Copy link

I am currently running in an equal issue. I am deploying my app in cloudfoundry. The redis service in cloudfoundry is ssl based and therefore needs a certificate for handshake. But currently it seems that the only redis package available for go that support tls is:

https://github.com/redis/go-redis

But the redis store implemented in gin sessions is based on:

https://github.com/boj/redistore

which finally is based on:

https://github.com/gomodule/redigo/redis

Any plans for extension or known workarounds how to get an tls based redis store connected to the session integration?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants