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 a106a74 commit 16f5ad7Copy full SHA for 16f5ad7
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## [1.1.0] - 2017-07-20
2
+
3
+### Enhancements
4
+- Adding optional time-to-live to writes
5
6
## [1.0.4] - 2017-02-15
7
8
### Fixes
README.md
@@ -12,7 +12,7 @@ plugins:
12
options:
13
host: ${REDIS_HOST}
14
port: ${REDIS_PORT}
15
- ttl: 86400 // one day
+ ttl: 86400 // optional time to live in seconds
16
```
17
18
```javascript
package.json
@@ -1,6 +1,6 @@
{
"name": "deepstream.io-cache-redis",
- "version": "1.0.5",
+ "version": "1.1.0",
"description": "Redis cache connector for deepstream.io",
"main": "src/cache-connector.js",
"scripts": {
0 commit comments