return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sRandMember(...\
func_get_args());
} public function sUnion($key, ...
$other_keys): \Redis|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sUnion(...\
func_get_args());
} public function sUnionStore($dst,
$key, ...
$other_keys): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sUnionStore(...\
func_get_args());
} public function save(): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
save(...\
func_get_args());
} public function scan(&
$iterator,
$pattern = null,
$count = 0,
$type = null
): array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
scan($iterator,
$pattern,
$count,
$type, ...\
array_slice(\
func_get_args(), 4
));
}