return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lGetRange(...\
func_get_args());
} public function lRemove($key,
$value,
$count) { 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());
}