sessions icon indicating copy to clipboard operation
sessions copied to clipboard

Redis TLS support

Open NaNaMoMoMo opened this issue 1 year ago • 1 comments

Redis TLS support

NaNaMoMoMo avatar Nov 21 '22 13:11 NaNaMoMoMo

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?

pixelfantasy avatar Jul 07 '23 09:07 pixelfantasy