python - No Auth "Authentication required" Error in redis Mass Insertion? -
i trying insert millios of rows redis . gone through redis massinsertion tutorials , tried
cat data.txt | python redis_proto.py | redis-cli -p 6321 -a "mypassword" --pipe
here redis_proto.py python script reads data.txt , convert redis protocol.
i got error below
all data transferred. waiting last reply... noauth authentication required. noauth authentication required.
any or suggestions appreciated ?
i guess in password there "$". if remove work.
Comments
Post a Comment