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