mqemitter-redis
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mqemitter-redis", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Redis-based MQEmitter", | ||
@@ -5,0 +5,0 @@ "main": "mqemitter-redis.js", |
@@ -26,3 +26,3 @@ mqemitter-redis [![Build Status](https://travis-ci.org/mcollina/mqemitter-redis.png)](https://travis-ci.org/mcollina/mqemitter-redis) | ||
port: 12345, | ||
localhost: 12.34.56.78, | ||
host: '12.34.56.78', | ||
password: 'my secret', | ||
@@ -48,2 +48,13 @@ db: 4 | ||
## API | ||
<a name="constructor"></a> | ||
### MQEmitterRedis([opts]) | ||
Creates a new instance of mqemitter-redis. | ||
It takes all the same options of [ioredis](http://npm.im/ioredis), | ||
which is used internally to connect to Redis. | ||
This constructor creates two connections to Redis. | ||
Acknowledgements | ||
@@ -50,0 +61,0 @@ ---------------- |
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
7908
67