Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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,                                                                                                                                                           
});                              
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Ready #check #NOAUTH #Authentication
ADD COMMENT
Topic
Name
3+2 =