Answers for "Ready check failed: NOAUTH Authentication required."

0

Ready check failed: NOAUTH Authentication required.

const redis = require('redis');
const redisPassword = "password" ; 
const client = redis.createClient({
          host : '127.0.0.1',  
          no_ready_check: true,
          auth_pass: redisPassword,                                                                                                                                                           
});
Posted by: Guest on November-08-2020

Code answers related to "Ready check failed: NOAUTH Authentication required."

Code answers related to "Javascript"

Browse Popular Code Answers by Language