flow-development-collection icon indicating copy to clipboard operation
flow-development-collection copied to clipboard

FEATURE: Option to add an username to the RedisBackend configuration

Open vcg-development opened this issue 9 months ago • 0 comments

Redis has support for authentication which supplies an username+password combination. This PR extends the current RedisBackend so that an username can be supplied in addition to the password. The underlying library already the authentication, hence it simply needs to be configured and passed.

vcg-development avatar May 02 '24 19:05 vcg-development