Jamm\Memory\IRedisServer::hSetNX PHP Method

hSetNX() public method

Set the value of a hash field, only if the field does not exist
public hSetNX ( string $key, string $field, string $value ) : integer
$key string
$field string
$value string
return integer
    public function hSetNX($key, $field, $value);