Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Managed Service for Valkey™
  • Getting started
    • All guides
      • Setting up a connection
      • Connecting to a non-sharded cluster
      • Connecting to a sharded cluster
      • Queries in Yandex WebSQL
  • Access management
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ
  1. Step-by-step guides
  2. Databases
  3. Queries in Yandex WebSQL

Queries in Yandex WebSQL

Written by
Yandex Cloud
Updated at January 29, 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 DBs, tables, and schemas, 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 from WebSQL to a Yandex Managed Service for Valkey™ cluster, create a connection:

  1. Go to the folder page and select Yandex Managed Service for Valkey™.
  2. Click the cluster name.
  3. Enable WebSQL access in the cluster settings if it is not enabled yet.
  4. Select the WebSQL tab.
  5. Click Create connection and specify the connection parameters:
    • Connection name.
    • Database type: Valkey™.
    • Cluster: Defaults to your current Valkey™ cluster.
    • Username you will use to connect to the database in the cluster.
    • User password.
    • Databases you want to connect to. You can only connect to the databases that exist in this cluster. The user you specified must have access to them.
  6. Click Create.

To open the query editor, click the created connection on the WebSQL tab.

For more information about working with WebSQL, see its documentation.

Was the article helpful?

Previous
Connecting to a sharded cluster
Next
Managing shards
© 2025 Direct Cursus Technology L.L.C.