diff --git a/docs/caching.md b/docs/caching.md index d1000eada..6bf4f3be1 100644 --- a/docs/caching.md +++ b/docs/caching.md @@ -137,8 +137,10 @@ Example: cache: { type: "redis", options: { - host: "localhost", - port: 6379 + socket: { + host: "localhost", + port: 6379 + } } } } @@ -240,8 +242,10 @@ Example: cache: { type: "redis", options: { - host: "localhost", - port: 6379 + socket: { + host: "localhost", + port: 6379 + } }, ignoreErrors: true }