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 ae366c3 commit 108c800Copy full SHA for 108c800
CHANGELOG.md
@@ -1 +1,9 @@
1
-[1.0.0] 2016-07-01
+## [1.0.1] - 2016-09-13
2
+
3
+### Enhancements
4
+- When Deepstream quits, gracefully closes the connection to Redis
5
6
+### Miscellaneous
7
+- CI build no longer depends on external Redis
8
9
+[1.0.0] 2016-06-29
package.json
@@ -1,6 +1,6 @@
{
"name": "deepstream.io-cache-redis",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Redis cache connector for deepstream.io",
"main": "src/cache-connector.js",
"scripts": {
0 commit comments