-
I needed to migrate from some services using Amazon SQS applications to the Redis queues. I wrote this interface to solve `rsmq` like a promises.
This is necessary in several cases on my microserv…
-
I need an option to specify id when using sendMessage (optional) while ignoring if message with the same id already exists. I think this will be good option to make sure one message will be sent from …
-
Hi,
Saw an update was made (added `quit()`) method which is nice. However I am not able to get the updated code by simply doing a `npm install rsmq-promise`. Removing the existing one and re-installi…
-
https://www.npmjs.com/package/rsmq
https://www.npmjs.com/package/redis
https://github.com/NodeRedis/node_redis
-
**Is your feature request related to a problem? Please describe.**
VinylDNS is hard-coded to use AWS SQS. This limits adopters who would prefer to run VinylDNS entirely themselves without external m…
-
I'm new to GitHub classroom but very excited to use it for the first time. Thanks to all for the hard work that went into this project.
I'm trying to determine the best way to ensure that we have r…
-
![image](https://user-images.githubusercontent.com/3076835/43092711-05a45d22-8e7c-11e8-8ee3-b597129d5c93.png)
this.rsmq = new RedisSMQ( {client: this.redisClient, realtime: true} )
-
Hello.
I have a small problem, hope there's someone to help me.
redis version: stable 4.0.6
I connect Redis like this, there's no issues there.
pubsub.js
```
var redis = require("redis…
-
I was particularly interested in the typing. The latest version available is 0.8.3
```shell
npm info rsmq …
-
HI,
Thanks for the module.
I have a issue, I sent message and I got the message ID too. But, the receiver not received any message.
Thanks,
Sabari.