We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2faafb commit 7921667Copy full SHA for 7921667
README.md
@@ -34,6 +34,9 @@ You can also specify connection options as a [`redis://` URL][redis-url]:
34
redis = Redis.new(url: "redis://:[email protected]:6380/15")
35
```
36
37
+The client expects passwords with special chracters to be URL-encoded (i.e.
38
+`CGI.escape(pasword)`).
39
+
40
By default, the client will try to read the `REDIS_URL` environment variable
41
and use that as URL to connect to. The above statement is therefore equivalent
42
to setting this environment variable and calling `Redis.new` without arguments.
0 commit comments