return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
punsubscribe(...\
func_get_args());
} public function rPop($key,
$count = 0
): \Redis|array|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rPop(...\
func_get_args());
} public function randomKey(): \Redis|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
randomKey(...\
func_get_args());
} public function rawcommand($command, ...
$args): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rawcommand(...\
func_get_args());
} public function rename($old_name,
$new_name): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rename(...\
func_get_args());
}