Skip to content

NOAUTH Authentication required #491

@Somebi

Description

@Somebi

Using Ubuntu 16.04.1 LTS, nutcracker version 0.4.1

nc_redis.c:2936 SELECT 10 failed on redis-pool | my_ip_here:6379: NOAUTH Authentication required.

nutcracker -d -c /var/local/nutcracker.yml -a 0.0.0.0 -s 20100 -v 11 -o /var/log/nutcracker.log

redis-pool:
  listen: 127.0.0.1:20001
  distribution: random
  redis: true
  servers:
   - my_ip_here:6379:1
  redis_db: 10
  redis_auth: my_password_here

With preconnect: true throwing right away.

Select command is not supported, so i fearing that it's not selecting 10 redis_db and using 0 db as default one.

Could you please look into it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions