return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
keys(...\
func_get_args());
} public function lastsave($key_or_address): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lastsave(...\
func_get_args());
} public function lget($key,
$index): \RedisCluster|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lget(...\
func_get_args());
} public function lindex($key,
$index): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lindex(...\
func_get_args());
} public function linsert($key,
$pos,
$pivot,
$value): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
linsert(...\
func_get_args());
}