return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
scan($iterator,
$key_or_address,
$pattern,
$count, ...\
array_slice(\
func_get_args(), 4
));
} public function scard($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
scard(...\
func_get_args());
} public function script($key_or_address, ...
$args): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
script(...\
func_get_args());
} public function sdiff($key, ...
$other_keys): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sdiff(...\
func_get_args());
} public function sdiffstore($dst,
$key, ...
$other_keys): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sdiffstore(...\
func_get_args());
}