Yandex Cloud
Поиск
Связаться с намиПодключиться
  • Документация
  • Блог
  • Все сервисы
  • Статус работы сервисов
    • Популярные
    • Инфраструктура и сеть
    • Платформа данных
    • Контейнеры
    • Инструменты разработчика
    • Бессерверные вычисления
    • Безопасность
    • Мониторинг и управление ресурсами
    • Машинное обучение
    • Бизнес-инструменты
  • Все решения
    • По отраслям
    • По типу задач
    • Экономика платформы
    • Безопасность
    • Техническая поддержка
    • Каталог партнёров
    • Обучение и сертификация
    • Облако для стартапов
    • Облако для крупного бизнеса
    • Центр технологий для общества
    • Облако для интеграторов
    • Поддержка IT-бизнеса
    • Облако для фрилансеров
    • Обучение и сертификация
    • Блог
    • Документация
    • Контент-программа
    • Мероприятия и вебинары
    • Контакты, чаты и сообщества
    • Идеи
    • Истории успеха
    • Тарифы Yandex Cloud
    • Промоакции и free tier
    • Правила тарификации
  • Документация
  • Блог
Проект Яндекса
© 2025 ООО «Яндекс.Облако»
Yandex Managed Service for Valkey™
  • Начало работы
  • Управление доступом
  • Правила тарификации
  • Справочник Terraform
    • Аутентификация в API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • Start
        • Stop
        • Move
        • Backup
        • Restore
        • RescheduleMaintenance
        • StartFailover
        • ListLogs
        • StreamLogs
        • ListOperations
        • ListBackups
        • ListHosts
        • AddHosts
        • DeleteHosts
        • UpdateHosts
        • GetShard
        • ListShards
        • AddShard
        • DeleteShard
        • Rebalance
        • EnableSharding
  • Метрики Monitoring
  • Аудитные логи Audit Trails
  • Публичные материалы
  • История изменений
  • Вопросы и ответы
  1. Справочник API
  2. gRPC (англ.)
  3. Cluster
  4. Overview

Managed Service for Redis API, gRPC: ClusterService

Статья создана
Yandex Cloud
Обновлена 17 октября 2024 г.

A set of methods for managing Redis clusters.

MethodsMethods

Method

Description

Get

Returns the specified Redis cluster.

List

Retrieves the list of Redis clusters that belong

Create

Creates a Redis cluster in the specified folder.

Update

Updates the specified Redis cluster.

Delete

Deletes the specified Redis cluster.

Start

Start the specified Redis cluster.

Stop

Stop the specified Redis cluster.

Move

Moves a Redis cluster to the specified folder.

Backup

Creates a backup for the specified Redis cluster.

Restore

Creates a new Redis cluster using the specified backup.

RescheduleMaintenance

Reschedules planned maintenance operation.

StartFailover

Start a manual failover on the specified Redis cluster.

ListLogs

Retrieves logs for the specified Redis cluster.

StreamLogs

Same as ListLogs but using server-side streaming. Also allows for 'tail -f' semantics.

ListOperations

Retrieves the list of operations for the specified cluster.

ListBackups

Retrieves the list of available backups for the specified Redis cluster.

ListHosts

Retrieves a list of hosts for the specified cluster.

AddHosts

Creates new hosts for a cluster.

DeleteHosts

Deletes the specified hosts for a cluster.

UpdateHosts

Updates the specified hosts.

GetShard

Returns the specified shard.

ListShards

Retrieves a list of shards.

AddShard

Creates a new shard.

DeleteShard

Deletes the specified shard.

Rebalance

Rebalances the cluster. Evenly distributes all the hash slots between the shards.

EnableSharding

Enable Sharding on non sharded cluster

Была ли статья полезна?

Предыдущая
Delete
Следующая
Get
Проект Яндекса
© 2025 ООО «Яндекс.Облако»