return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
strlen(...\
func_get_args());
} public function subscribe($channels,
$cb): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
subscribe(...\
func_get_args());
} public function sunsubscribe($channels): \Redis|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sunsubscribe(...\
func_get_args());
} public function swapdb($src,
$dst): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
swapdb(...\
func_get_args());
} public function time(): \Redis|array
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
time(...\
func_get_args());
}