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());
} public function setex($key,
$expire,
$value): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
setex(...\
func_get_args());
} public function setnx($key,
$value): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
setnx(...\
func_get_args());
} public function setoption($option,
$value): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
setoption(...\
func_get_args());
}