Skip to content

Avoid Redis client dependency from store class #2

@pdenis

Description

@pdenis

Hi,

Redis client is directly instanciated in Store class.
We can't use another implementation of redis client like predis to store cache.
I think Inject cache client in Store may be a solution to avoid dependency of client implementation and remove dsn connection string from store object.

Pascal

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions