We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7806deb + 759a394 commit dce519bCopy full SHA for dce519b
README.md
@@ -29,7 +29,8 @@ aedesPersistenceRedis({
29
host: '127.0.0.1', // Redis host
30
family: 4, // 4 (IPv4) or 6 (IPv6)
31
password: 'auth',
32
- db: 0
+ db: 0,
33
+ maxSessionDelivery: 100 // maximum offline messages deliverable on client CONNECT, default is 1000
34
})
35
```
36
package.json
@@ -32,10 +32,10 @@
"tape": "^4.2.2"
},
"dependencies": {
- "aedes-cached-persistence": "^3.0.0",
+ "aedes-cached-persistence": "^4.0.0",
+ "from2": "^2.3.0",
37
"ioredis": "^3.0.0",
38
"msgpack-lite": "^0.1.20",
- "process-nextick-args": "^1.0.6",
39
"pump": "^1.0.1",
40
"qlobber": "^0.7.0",
41
"through2": "^2.0.0",
0 commit comments