-
-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis Adapter does not initialise status #27
Comments
@Sertion Thanks for reporting the issue! I'll investigate the cause of the issue on this weekend. |
@Sertion I've fixed the issue and released the fix as https://github.com/ackintosh/ganesha/releases/tag/0.2.1 Please give it a try when you have time. Again, thanks for your feedback!! |
Great news! Thank you for looking into the issue! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Redis adapter will never be able to
loadStatus
successfully as it will always exit withFailed to load status
. The status is therefor never set. In the same situation in theMemcached
adapter it will initialise the status withGanesha::STATUS_CALMED_DOWN
.The issues can clearly be seen by subscribing to the Ganesha instance.
The text was updated successfully, but these errors were encountered: