We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
await redis.sendCommand(('PUBSUB CHANNELS', []), function(err,result){ console.log(err); console.log(result); });
I try like this but no message in console. When I try redis-cli console its working but I dont find right syntax in nodejs.