-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Type: BugThe issue has indentified a bugThe issue has indentified a bug
Description
Hello,
I have a problem that I did not encounter in the past.
It seems that the subscribe to a channel returns me all the time null.
The connection to Redis works, especially since null is only sent when new content is sent through the channel.
Package version
7.0.2
Node.js and npm version
NodeJS: 6.14.13
NPM: 14.17.0
Sample Code (to reproduce the issue)
Redis.subscribe('test', (message: string) => {
console.log(message)
})Metadata
Metadata
Assignees
Labels
Type: BugThe issue has indentified a bugThe issue has indentified a bug