Skip to content

More efficient Redis session handle #63

Open
@filisko

Description

@filisko

Hi guys,

I just read the "Flexible session management" part of this Redis official post:

This is totally true:

Sessions are traditionally modeled as strings or hashes. While string serialization and deserialization offer a naive instant solution, session managers must extract and store the entire session from the database, causing extraneous data processing that leads to suboptimal performance and data transfer costs.

Storing session data as hashes represents a logical evolution.

What do you think about making those changes?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions