Information about existing clusters
You can request detailed information about each Managed Service for Redis cluster you created.
Getting a list of database clusters in a folder
Go to the folder page and 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
+----------------------+---------------+-----------------------------+--------+---------+
| ID | NAME | CREATED AT | HEALTH | STATUS |
+----------------------+---------------+-----------------------------+--------+---------+
| c9qp9beeg4oth6lcqvt0 | myredis | 2018-11-02T10:04:14.645214Z | ALIVE | RUNNING |
| ... |
+----------------------+---------------+-----------------------------+--------+---------+
Getting detailed information about a cluster
- Go to the folder page and select Managed Service for Redis.
- Click on the name of the cluster you need.
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>
The cluster name and ID can be requested with a list of clusters in the folder.