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 24744f8 commit 23df070Copy full SHA for 23df070
docs/core/config/dict.md
@@ -175,6 +175,7 @@ Currently using Redis without proxying may cause crashes.
175
| --------- | -------- | ----------- |
176
| `db` | NO | Database number (default: `0`) |
177
| `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) |
179
| `host` | NO | Redis server host (default: `127.0.0.1`) |
180
| `port` | NO | Redis server port (default: `11211`) |
181
| `password` | NO | Redis Password (default: none) |
0 commit comments