Problem/Motivation
Currently the redis connection is not statically kept. That results in opening a different connection for the initial bootstrap container and the regular one.
Steps to reproduce
Proposed resolution
Convert the internal connection property on the client factory to static.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork redis-3572969
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
berdirComment #4
berdirIt's a pretty small gain by default anyway, but could be a bit more costly in cases where connecting is slower, such as a cluster.
Comment #6
berdirMerged.