Yandex Cloud
  • Services
  • Solutions
  • Why Yandex Cloud
  • Blog
  • Pricing
  • Documentation
  • Contact us
Get started
Language / Region
Yandex project
© 2023 Intertech Services AG
Yandex Managed Service for Redis
  • Getting started
  • Step-by-step instructions
    • All instructions
    • Information about existing clusters
    • Creating clusters
    • Changing cluster and database settings
    • Connecting to a database
    • Stopping and starting clusters
    • Updating a Redis version
    • Managing hosts in a cluster
    • Managing shards
    • Managing backups
    • Switching the master
    • Monitoring the state of clusters and hosts
    • Viewing cluster logs
    • Deleting clusters
  • Tutorials
  • Concepts
  • Access management
  • Pricing policy
  • API reference
  • Revision history
  • Questions and answers
  1. Step-by-step instructions
  2. Information about existing clusters

Information about existing Redis clusters

Written by
Yandex Cloud
  • Getting a list of database clusters in a folder
  • Getting detailed information about a cluster

You can request detailed information about each Managed Service for Redis cluster you created.

Getting a list of database clusters in a folder

Management console
CLI
  1. In the management console, go to the folder to get a list of clusters for.
  2. 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

Management console
CLI
  1. In the management console, go to the folder to get cluster details for.
  2. Select Managed Service for Redis.
  3. 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.

Was the article helpful?

Language / Region
Yandex project
© 2023 Intertech Services AG
In this article:
  • Getting a list of database clusters in a folder
  • Getting detailed information about a cluster