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 058d03e commit eb1e4d0Copy full SHA for eb1e4d0
1 file changed
README.md
@@ -21,6 +21,18 @@ which is used internally to connect to Redis.
21
22
This constructor creates two connections to Redis.
23
24
+Example:
25
+
26
+```js
27
+aedesPersistenceRedis({
28
+ port: 6379, // Redis port
29
+ host: '127.0.0.1', // Redis host
30
+ family: 4, // 4 (IPv4) or 6 (IPv6)
31
+ password: 'auth',
32
+ db: 0
33
+})
34
+```
35
36
## License
37
38
MIT
0 commit comments