0.9.5 doesn't work without defining password for redis anymore
See original GitHub issueHello!
After upgrading to 0.9.5 if no password defined for redis url will throw an error:
redis.exceptions.DataError: Invalid input of type: 'NoneType'. Convert to a bytes, string, int or float first.
redis.exceptions.AuthenticationWrongNumberOfArgsError: wrong number of arguments for 'auth' command
On 0.9.4 works fine.
BR, Dacian
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:6
Top Results From Across the Web
How to set password for Redis? - Stack Overflow
Config set requirepass "myPassword" this command is not working for me, when I execute this command then it runs with no error. Then...
Read more >How do I restart redis that I installed with brew? - Super User
You can run touch /usr/local/etc/redis. conf or similar to create an empty configuration file. Then run brew services restart redis and redis-cli ,...
Read more >How to Install and Configure WordPress Redis Cache
Installing WordPress Redis cache can help in increasing your website's performance. Learn how to install Redis cache on WordPress websites.
Read more >django-defender - Bountysource
0.9.5 doesn't work without defining password for redis anymore $ 0. Created 6 months ago in jazzband/django-defender with 5 comments. Hello! After ...
Read more >Using Redis - Hangfire Documentation
Hangfire with Redis job storage implementation processes jobs much faster than with SQL ... improvement with empty jobs (method that does not do...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

That error happend to me too and also only on the production server. What I did was:
/etc/redis/redis.confor via redis-cli):settings.py:That’s it. To see blocked users/ips:
To quick check, for example, if the user “admin” is blocked:
To quick unblock user “admin”:
Hello,
I haven’t debugged why and how the error occurs, simply found the faulty package, checked the release log to not have major changes and reverted to the old version.
Tested only locally with Redis running on docker, but the following URLs were throwing the error when login into admin:
Let me know if you’d like me to raise a PR with the fix.
BR, Dacian