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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -