Skip to content

Allow MultiStore to be initialised with Redis clients

Sylvester Chin requested to merge sc1-multistore-take-conn into master

What does this MR do and why?

This MR allows MultiStore to be initialised with Redis clients.

This provides more flexibility in how MultiStore can be utilised. In actioncable, connections are held open for a long time rather than being shared in a connection pool.

Changelog: other

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Merge request reports

Loading