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

Enh #39: work with redis hashes as php arrays #40

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

theKerosin
Copy link

No description provided.

@samdark samdark added the type:enhancement Enhancement label Oct 13, 2015
@samdark
Copy link
Member

samdark commented Oct 13, 2015

#39

@Mirocow
Copy link
Contributor

Mirocow commented Oct 15, 2015

nice idea thx

@cebe cebe added this to the 2.0.x milestone Mar 1, 2016
@cebe cebe added the severity:BC breaking Breaks backwards compatibility label Mar 1, 2016
@@ -288,7 +288,7 @@ public function open()
*/
public function close()
{
if ($this->_socket !== false) {
if ($this->_socket !== null) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert these changes. checking for false is correct.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*/
public function close()
{
if($this->_socket !==null){
if($this->_socket !==false){
}

@cebe cebe modified the milestones: 2.0.x, 2.1.0 Dec 5, 2017
@Akuns
Copy link

Akuns commented Aug 11, 2018

I need this function very much, hope the official record as soon as possible!! @samdark @cebe @qiangxue

@samdark samdark removed this from the 2.1.0 milestone Sep 23, 2018
@lisqorz
Copy link

lisqorz commented Apr 30, 2019

@theKerosin

@samdark samdark added this to the 2.1.0 milestone Mar 13, 2020
@yiisoft yiisoft deleted a comment from siddharth3293 Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
severity:BC breaking Breaks backwards compatibility type:enhancement Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants