-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
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)) {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels