-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Fixed Storage\Adapter\Redis::settimeout #14500
Conversation
Replace settimeout with expire
Thank you! |
Any chance for another bugfix release in the next weeks? |
Well, in general it's possible. Let's find something else to fix for 3.4.x |
Any pointers for low hanging fruits? |
Nope :-/ |
|
@aleho Usually this is re-generated before release. You can easily regenerate C-code for Phalcon 3.x using Zephir 0.10.x |
if you're using the url like |
@someson if it is the case, you will need to regenerate by yourself. |
Hello!
In raising this pull request, I confirm the following:
Small description of change:
Replace deprecated settimeout function with expire
Thanks