addReplyError(c,"This Redis instance is not configured to use an ACL file. You may want to specify users via the ACL SETUSER command and then issue a CONFIG REWRITE (assuming you have a Redis configuration file set) in order to store users in the Redis configuration.");
return;
}else{
sdserrors=ACLLoadFromFile(server.acl_filename);
if(errors==NULL){
addReply(c,shared.ok);
}else{
addReplyError(c,errors);
sdsfree(errors);
}
}
}elseif(!strcasecmp(sub,"help")){
}elseif(!strcasecmp(sub,"help")){
constchar*help[]={
constchar*help[]={
"LIST -- Show user details in config file format.",
"LIST -- Show user details in config file format.",