Queries in Yandex WebSQL
Written by
Updated at December 17, 2025
You can send queries to databases in a Yandex Managed Service for Valkey™ cluster using Yandex WebSQL.
WebSQL is a Yandex Cloud service that allows you to connect to managed database clusters, work with database schemas and tables, and run queries. It is a web-based tool that requires no additional authorization and simplifies working with Valkey™ commands by suggesting prompts.
To connect to a Yandex Managed Service for Valkey™ cluster from WebSQL, create a connection:
- Go to Yandex Managed Service for Valkey™.
- Click the cluster name.
- Enable WebSQL access in the cluster settings if it is not on yet.
- Select the WebSQL tab.
- Click Create connection and specify the following connection settings:
- Connection name.
- Database type: Valkey™.
- Cluster: Defaults to your current Valkey™ cluster.
- Username: Account you will use to connect to the cluster database.
- Password: User password.
- Databases: List of databases you want to access. You can only connect to the databases within the current cluster. The user account you specified must have permissions to access these databases.
- Click Create.
To open the query editor, click the connection you created on the WebSQL tab.
For more details on using WebSQL, see its official guides.