return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
keys(...\
func_get_args());
} public function lInsert($key,
$pos,
$pivot,
$value) { return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lInsert(...\
func_get_args());
} public function lLen($key): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lLen(...\
func_get_args());
} public function lMove($src,
$dst,
$wherefrom,
$whereto): \Redis|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lMove(...\
func_get_args());
} public function blmove($src,
$dst,
$wherefrom,
$whereto,
$timeout): \Redis|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
blmove(...\
func_get_args());
}