Information about existing Redis clusters
You can request detailed information about each Managed Service for Redis cluster you created.
Getting a list of database clusters in a folder
- In the management console, go to the folder to get a list of clusters for.
- Select Managed Service for Redis.
If you don't have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To request a list of Redis clusters in the default folder, run the command:
yc managed-redis cluster list
Result:
+----------------------+---------------+-----------------------------+--------+---------+
| ID | NAME | CREATED AT | HEALTH | STATUS |
+----------------------+---------------+-----------------------------+--------+---------+
| c9qp9beeg4oth6lcqvt0 | myredis | 2018-11-02T10:04:14.645214Z | ALIVE | RUNNING |
| ... |
+----------------------+---------------+-----------------------------+--------+---------+
Getting detailed information about a cluster
- In the management console, go to the folder to get cluster details for.
- Select Managed Service for Redis.
- Click on the name of the desired cluster.
If you don't have the Yandex Cloud command line interface yet, install and initialize it.
The folder specified in the CLI profile is used by default. You can specify a different folder using the --folder-name
or --folder-id
parameter.
To get information about a Redis cluster, run the command:
yc managed-redis cluster get <cluster name or ID>
You can query the cluster ID and name with a list of clusters in the folder.