Skip to content
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 update: add persistent id for pconnect() method #14340

Merged
merged 3 commits into from
Aug 28, 2019

Conversation

lanlin
Copy link
Contributor

@lanlin lanlin commented Aug 28, 2019

Explain

Another old pull request #14335 based on a wrong branch, so I close it and open the new one.
sorry, it's my first time to create a pull request.

Description

we'd better have a persistent id for Redis pconnect() method.
cause without it we can't switch between multiple databases at 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.

Issue

.gitignore Outdated Show resolved Hide resolved
CHANGELOG-4.0.md Outdated Show resolved Hide resolved
@ruudboon
Copy link
Member

A few small changes and think we're good to go. Thnx

@codecov
Copy link

codecov bot commented Aug 28, 2019

Codecov Report

Merging #14340 into 4.0.x will increase coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##            4.0.x   #14340      +/-   ##
==========================================
+ Coverage    66.3%   66.31%   +<.01%     
==========================================
  Files         488      488              
  Lines      115903   115905       +2     
==========================================
+ Hits        76855    76857       +2     
  Misses      39048    39048

@ruudboon ruudboon merged commit ab456c1 into phalcon:4.0.x Aug 28, 2019
@ruudboon ruudboon added the documentation Documentation required label Aug 28, 2019
@niden niden added 4.0 new feature request Planned Feature or New Feature Request labels Nov 3, 2019
@niden niden removed the documentation Documentation required label Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature request Planned Feature or New Feature Request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants