Jamm\Memory\IRedisServer::hSetNX PHP 메소드

hSetNX() 공개 메소드

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
리턴 integer
    public function hSetNX($key, $field, $value);