Skip to content

Commit 16f5ad7

Browse files
author
Alex Harley
committed
1.1.0
1 parent a106a74 commit 16f5ad7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.1.0] - 2017-07-20
2+
3+
### Enhancements
4+
- Adding optional time-to-live to writes
5+
16
## [1.0.4] - 2017-02-15
27

38
### Fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins:
1212
options:
1313
host: ${REDIS_HOST}
1414
port: ${REDIS_PORT}
15-
ttl: 86400 // one day
15+
ttl: 86400 // optional time to live in seconds
1616
```
1717
1818
```javascript

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deepstream.io-cache-redis",
3-
"version": "1.0.5",
3+
"version": "1.1.0",
44
"description": "Redis cache connector for deepstream.io",
55
"main": "src/cache-connector.js",
66
"scripts": {

0 commit comments

Comments
 (0)