[NODEJS] DEGUGGING REDIS CONNECTION - fourslickz/notes GitHub Wiki

DEBUGGING

tambahkan \ bila ada special chars

node -e "const Redis=require('ioredis'); new Redis({host:'10.130.249.245',port:6379,password:'2025PowerRanger\!'}).ping().then(console.log).catch(console.error)"