space-cloud icon indicating copy to clipboard operation
space-cloud copied to clipboard

Add support for Redis instances with a password

Open iBobik opened this issue 4 years ago • 1 comments

The problem faced currently?

Currently it can connect only to Redis without authentication, because username and password is not passed to a client, just hostname and port.

How can we solve it?

Parse all parts of a connection string URL.

Ideally support Heroku's format of Redis add-on which looks like this:

REDIS_URL=redis://:[email protected]:7919
REDIS_TLS_URL=rediss://:[email protected]:7920

If you want this feature to be implemented, give it a thumbs up reaction, so that we can determine which features are important to you. 👍

iBobik avatar Nov 18 '21 02:11 iBobik

Sc won't be requiring redis gor v0.22.0. i will add this feature of caching however.

YourTechBud avatar Apr 17 '22 07:04 YourTechBud