Skip to content

Commit

Permalink
More Redis URL typos fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AJIOB committed Feb 7, 2024
1 parent e976c42 commit 2ed0116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cache_from = "sccache-"
url = "..."

[cache.redis]
url = "redis://user:passwd@1.2.3.4:6379/1"
url = "redis://user:passwd@1.2.3.4:6379/?db=1"

[cache.s3]
bucket = "name"
Expand Down Expand Up @@ -124,7 +124,7 @@ will default to `us-east-1`.
* `SCCACHE_REDIS` full redis url, including auth and access token/passwd
* `SCCACHE_REDIS_TTL` ttl for redis cache, don't set for default behavior.

The full url appears then as `redis://user:passwd@1.2.3.4:6379/1`.
The full url appears then as `redis://user:passwd@1.2.3.4:6379/?db=1`.

#### memcached

Expand Down

0 comments on commit 2ed0116

Please sign in to comment.