Skip to content

ARedisHash bug #3

@anonimizerme

Description

@anonimizerme

24 line
if (!$this->getConnection()->getClient()->hset($this->name,$key, $value))

it don't corrent than hset return 1 if create new 0 if update exist and return false if error

correct code
if (false === $this->getConnection()->getClient()->hset($this->name,$key, $value)) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions