return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
decrbyfloat(...\
func_get_args());
} public function del($key, ...
$other_keys): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
del(...\
func_get_args());
} public function discard(): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
discard(...\
func_get_args());
} public function dump($key): \RedisCluster|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
dump(...\
func_get_args());
} public function echo($key_or_address,
$msg): \RedisCluster|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
echo(...\
func_get_args());
}