We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
we'd better provide a persistent id for Redis pconnect() method.
pconnect()
cause without it we can't switch between multiple databases in the same PHP process.
the data will always be saved to the last database without it.
as I know all Phalcon versions have this bug.
check this: https://github.com/phpredis/phpredis#pconnect-popen
The text was updated successfully, but these errors were encountered:
update redis adapter persistent method
856dd1c
add persistent id for Redis `pconnect()` method.
issue phalcon#14334 update
8b3b9b2
issue phalcon#14334 1. update changelog-4.0.md 2.ignore .idea 3. modified method `getAdapter()` in redis adapter
Implemented
Sorry, something went wrong.
No branches or pull requests
Description
we'd better provide a persistent id for Redis
pconnect()
method.cause without it we can't switch between multiple databases in the same PHP process.
the data will always be saved to the last database without it.
as I know all Phalcon versions have this bug.
check this: https://github.com/phpredis/phpredis#pconnect-popen
Details
lanlin@856dd1c
The text was updated successfully, but these errors were encountered: