Skip to content

RefreshSessions transfer from PostgreSQL to Redis #58

Description

@neverovski

Is your feature request related to a problem? Please describe.
Our current session management system relies on PostgreSQL, leading to potential performance bottlenecks and scalability challenges. To address this, I propose migrating session management to Redis for improved performance, scalability, and better support for features like session refreshing.

Describe the solution you'd like
Implement a session management system that uses Redis as the primary storage for user sessions. This includes a mechanism for refreshing sessions, ensuring that user sessions remain active and secure. The implementation should handle the migration of existing sessions from PostgreSQL to Redis seamlessly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions