Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyam8 authored Aug 22, 2022
1 parent 84fb4f4 commit c455f16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/redis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ sudo ./edit-config go.d/redis.conf

There are two connection types: by tcp socket and by unix socket.

> **Note**: If the Redis server is password protected via the `requirepass` option, make sure you have a colon before
> the password.
```cmd
# by tcp socket
redis://<user>:<password>@<host>:<port>
Expand All @@ -94,6 +97,9 @@ jobs:
- name: local
address: 'redis://@127.0.0.1:6379'

- name: local
address: 'redis://:[email protected]:6379'

- name: remote
address: 'redis://user:[email protected]:6379'
```
Expand Down

0 comments on commit c455f16

Please sign in to comment.