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

feat: use redis hashmap for storing session #19

Closed
wants to merge 1 commit into from

Conversation

vividvilla
Copy link

Instead of creating a key per session field here a redis hashmap is used to store the session (fixes #18 ) and session fields are store as hashmap field. This eliminates need of use redis SCAN to find all session fields while doing session Clear or Release

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

Successfully merging this pull request may close these issues.

Flaw in redis backend architecture
1 participant