In setting up flipt with redis for the authentication session storage, following the documentation I receive the following error.
Error: failed to create redis client: invalid redis cache mode:
Looking into the source code there is a mode configuration for the redis mode being single and cluster, this is not part of the docs, and looking at flipt-io/flipt#4212 the default empty "" should be supported
In setting up flipt with redis for the authentication session storage, following the documentation I receive the following error.
Looking into the source code there is a
modeconfiguration for the redis mode beingsingleandcluster, this is not part of the docs, and looking at flipt-io/flipt#4212 the default empty""should be supported