Redis Plugin - improve noauth error for older versions of redis
Field Tab
Administrator use only
Field Tab
Administrator use only
Description
For older versions (<2.8) of redis, the following message was reported upon an unauthorized server request - "operation not permitted".
This was updated to "NOAUTH" and is the signature currently used in this plugin to return a sensible error.
The string "operation not permitted" is uniquely used in this manner by redis (in at least 2.6.12 - our documented dependency) and can thus be added to the signature test.
Conclusion
None
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
For older versions (<2.8) of redis, the following message was reported upon an unauthorized server request - "operation not permitted".
This was updated to "NOAUTH" and is the signature currently used in this plugin to return a sensible error.
The string "operation not permitted" is uniquely used in this manner by redis (in at least 2.6.12 - our documented dependency) and can thus be added to the signature test.