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());
} public function set($key,
$value,
$options = null
): \RedisCluster|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
set(...\
func_get_args());
} public function setbit($key,
$offset,
$onoff): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
setbit(...\
func_get_args());
}