return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sinterstore(...\
func_get_args());
} public function sismember($key,
$value): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sismember(...\
func_get_args());
} public function smismember($key,
$member, ...
$other_members): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
smismember(...\
func_get_args());
} public function slowlog($key_or_address, ...
$args): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
slowlog(...\
func_get_args());
} public function smembers($key): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
smembers(...\
func_get_args());
}