storage icon indicating copy to clipboard operation
storage copied to clipboard

[Question] support for redis cluster client

Open OmarAouini opened this issue 2 years ago • 1 comments

the integration of the middleware for redis is assuming that i'm using a regular client, is it even possible to define a ClusterClient with a set of addresses? am i missing something?

EDIT: nevermind, i made an interface adapter for the *redisClusterClient type, maybe i will make a PR after some proper tests.

OmarAouini avatar May 24 '22 08:05 OmarAouini

No this does not work, you are welcome to make a pull request for this customization.

ReneWerner87 avatar May 24 '22 09:05 ReneWerner87