Jamm\Memory\IRedisServer::LPushX PHP Метод

LPushX() публичный Метод

In contrary to LPush, no operation will be performed when key does not yet exist.
public LPushX ( string $key, string $value ) : integer
$key string
$value string
Результат integer
    public function LPushX($key, $value);