Skip to content

Subscribe always return "null" for message. #36

@antt0n

Description

@antt0n

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 bug

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions