8000 "Redis server went away" on connect · Issue #183 · phpredis/phpredis · GitHub
[go: up one dir, main page]

Skip to content
"Redis server went away" on connect #183
Closed
@pkohlernet

Description

@pkohlernet

I have been checking all issues related to this exception message, but I can't find a solution or root cause.

As soon as I run this:
$redis = new Redis();
$redis->connect('127.0.0.1', 6379);

It throws the error. I have changed the hardcoded int no_throw to 1 in the connect. That solved the problem.
I'm able to write and read from redis, so there must be something else. My patch is not a real fix for the moment.

My environment is:
VMware with ubuntu running over a winXP.
I'm using apache2 + php 5.3.5 + Zend Engine v2.3.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0