alexedwards / scs

HTTP Session Management for Go
MIT License
2.05k stars 165 forks source link

Add a redis store based on the official redis go client. #153

Closed jum closed 1 year ago

jum commented 1 year ago

This is pretty much a copy and paste of the redigo based store, but using the official Redis go client. This should it make easier for people to use a Redis based session store in case they already use the official client for other functions.

nikhil-barar commented 1 year ago

Hi, is this planned for any upcoming release? I'm planning to use scs for a project but the current redis client used in scs doesn't support cluster mode. Having this change would help. Thanks.

alexedwards commented 1 year ago

@jum Looks good, thanks!