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());
} public function ttl($key): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
ttl(...\
func_get_args());
}