return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lRemove(...\
func_get_args());
} public function lSize($key) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lSize(...\
func_get_args());
} public function listTrim($key,
$start,
$stop) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
listTrim(...\
func_get_args());
} public function open($host,
$port = null,
$timeout = null,
$retry_interval = null
) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
open(...\
func_get_args());
} public function popen($host,
$port = null,
$timeout = null
) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
popen(...\
func_get_args());
}