-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
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
Labels
No labels