Skip to content

Commit 54e561c

Browse files
committed
2.0.4
1 parent 94dad53 commit 54e561c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.0.4] - 2019-09-19
2+
3+
### Improvement
4+
5+
Allow users to provide a url option rather than the host and port in the format: `host:port`. Useful
6+
for some environments like convox that inject it automatically.
7+
18
## [2.0.3] - 2019-08-07
29

310
### Fix

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)