Skip to content

Commit 23df070

Browse files
sirainencmouse
authored andcommitted
config/dict: Add path for dict-redis
1 parent 24744f8 commit 23df070

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/config/dict.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ Currently using Redis without proxying may cause crashes.
175175
| --------- | -------- | ----------- |
176176
| `db` | NO | Database number (default: `0`) |
177177
| `expire_secs` | NO | Expiration value for all keys (in seconds) (default: no expiration) |
178+
| `path` | NO | Redis server UNIX socket path. If specified, overrides the `host`. (default: none) |
178179
| `host` | NO | Redis server host (default: `127.0.0.1`) |
179180
| `port` | NO | Redis server port (default: `11211`) |
180181
| `password` | NO | Redis Password (default: none) |

0 commit comments

Comments
 (0)