Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mqemitter-redis

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mqemitter-redis - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

package.json
{
"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 @@ ----------------

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc