return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sinter(...\
func_get_args());
} public function sintercard($keys,
$limit = -1
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sintercard(...\
func_get_args());
} public function sinterstore($key, ...
$other_keys): \RedisCluster|false|int
{ 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());
}