Skip to content

Commit

Permalink
config/dict: Add path for dict-redis
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and cmouse committed Nov 7, 2024
1 parent 24744f8 commit 23df070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/core/config/dict.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ Currently using Redis without proxying may cause crashes.
| --------- | -------- | ----------- |
| `db` | NO | Database number (default: `0`) |
| `expire_secs` | NO | Expiration value for all keys (in seconds) (default: no expiration) |
| `path` | NO | Redis server UNIX socket path. If specified, overrides the `host`. (default: none) |
| `host` | NO | Redis server host (default: `127.0.0.1`) |
| `port` | NO | Redis server port (default: `11211`) |
| `password` | NO | Redis Password (default: none) |
Expand Down

0 comments on commit 23df070

Please sign in to comment.