Managed Service for Redis API, gRPC: ClusterService
A set of methods for managing Redis clusters.
Methods
Method |
Description |
Returns the specified Redis cluster. |
|
Retrieves the list of Redis clusters that belong |
|
Creates a Redis cluster in the specified folder. |
|
Updates the specified Redis cluster. |
|
Deletes the specified Redis cluster. |
|
Start the specified Redis cluster. |
|
Stop the specified Redis cluster. |
|
Moves a Redis cluster to the specified folder. |
|
Creates a backup for the specified Redis cluster. |
|
Creates a new Redis cluster using the specified backup. |
|
Reschedules planned maintenance operation. |
|
Start a manual failover on the specified Redis cluster. |
|
Retrieves logs for the specified Redis cluster. |
|
Same as ListLogs but using server-side streaming. Also allows for 'tail -f' semantics. |
|
Retrieves the list of operations for the specified cluster. |
|
Retrieves the list of available backups for the specified Redis cluster. |
|
Retrieves a list of hosts for the specified cluster. |
|
Creates new hosts for a cluster. |
|
Deletes the specified hosts for a cluster. |
|
Updates the specified hosts. |
|
Returns the specified shard. |
|
Retrieves a list of shards. |
|
Creates a new shard. |
|
Deletes the specified shard. |
|
Rebalances the cluster. Evenly distributes all the hash slots between the shards. |
|
Enable Sharding on non sharded cluster |