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 9c83a71 commit 46392f3Copy full SHA for 46392f3
example-config.yml
@@ -1,21 +1,19 @@
1
-plugins:
2
- cache:
3
- name: redis
4
- options:
5
- host: ${REDIS_HOST}
6
- port: ${REDIS_PORT}
+cache:
+ name: redis
+ options:
+ host: ${REDIS_HOST}
+ port: ${REDIS_PORT}
7
8
# Using with a cluster
9
-# plugins:
10
-# cache:
11
-# name: redis
12
-# options:
13
-# nodes:
14
-# - host: <String>
15
-# port: <Number>
16
-# password: <String>
17
18
19
-# maxRedirections: 16
20
-# redisOptions:
21
-# password: 'fallback-password'
+# cache:
+# name: redis
+# options:
+# nodes:
+# - host: <String>
+# port: <Number>
+# password: <String>
+# maxRedirections: 16
+# redisOptions:
+# password: 'fallback-password'
0 commit comments