Comparing version 0.1.2 to 0.1.3
@@ -6,3 +6,3 @@ 'use strict'; | ||
var commandClient; | ||
var host, post, options; | ||
var host, port, options; | ||
@@ -9,0 +9,0 @@ module.exports = Redis; |
{ | ||
"name": "cuteyp", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Stompify your Express App", | ||
@@ -5,0 +5,0 @@ "main": "cuteyp.js", |
@@ -6,2 +6,4 @@ CuteyP ( Queue <-> Http ) | ||
[![Build Status](https://travis-ci.org/MailOnline/cuteyp.svg?branch=master)](https://travis-ci.org/MailOnline/cuteyp) | ||
KNOWN ISSUES | ||
@@ -47,3 +49,3 @@ ============ | ||
`redisConfig` may include `host`, `port` and any other options supported by [node redis](https://github.com/NodeRedis/node_redis) client. | ||
`redisConfig` can include `host`, `port` and any other options supported by [node redis](https://github.com/NodeRedis/node_redis) client. | ||
@@ -50,0 +52,0 @@ mappingFn can be asynchronous with callback as a second parameter. Callback should be called with `err` and `destination`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
816081
85