return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
spop(...\
func_get_args());
} public function srandmember($key,
$count = 0
): \RedisCluster|array|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
srandmember(...\
func_get_args());
} public function srem($key,
$value, ...
$other_values): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
srem(...\
func_get_args());
} public function sscan($key, &
$iterator,
$pattern = null,
$count = 0
): array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sscan($key,
$iterator,
$pattern,
$count, ...\
array_slice(\
func_get_args(), 4
));
} public function strlen($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
strlen(...\
func_get_args());
}