return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rPush(...\
func_get_args());
} public function lPushx($key,
$value): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lPushx(...\
func_get_args());
} public function rPushx($key,
$value): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rPushx(...\
func_get_args());
} public function lSet($key,
$index,
$value): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lSet(...\
func_get_args());
} public function lastSave(): int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lastSave(...\
func_get_args());
}