-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add simple Redis SessionRepository implementation #1408
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
Conversation
4e18aa3
to
8bd59c7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vpavic Can you add a sample that uses this?
Some things to point out about this implementation, since they differ from
The following open points are:
Note that I've also added some common Redis support related code in the first commit in this PR. |
Yes, that would be a good thing to have. |
I've added a sample application to showcase the new implementation. |
This is a PR to address #1278.