Skip to content

[redis] Should reuse connections instead of creating everytime a new one #15

@Heiss

Description

@Heiss

In a lot of parts of this library, we create a connection everytime we want to communicate with redis. If we store it in the Generic struct, we can reuse it. With an Option<redis::Connection> it is easy to reuse.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions