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.