Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex Managed Service for Valkey™
  • Getting started
    • Resource relationships
    • Networking in Yandex Managed Service for Valkey™
    • Sharding
    • Backups
    • Replication and fault tolerance
    • Supported clients
    • Memory management
    • Available commands
    • Valkey™ modules
    • Quotas and limits
    • Storage
    • Maintenance
    • Valkey™ settings
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Public materials
  • Release notes
  • FAQ

In this article:

  • Valkey-Search
  • Valkey-JSON
  • Valkey-Bloom
  1. Concepts
  2. Valkey™ modules

Valkey™ modules

Written by
Yandex Cloud
Updated at January 19, 2026
  • Valkey-Search
  • Valkey-JSON
  • Valkey-Bloom

Yandex Managed Service for Valkey™ clusters support connecting modules that add more features to the Valkey™ kernel. The following modules are available:

  • Valkey-Search
  • Valkey-JSON
  • Valkey-Bloom

You can connect all or some of these modules when creating or updating a cluster.

Warning

You cannot disable modules once enabled.

Valkey-SearchValkey-Search

This module is a high-performance Vector Similarity Search engine optimized for AI solutions. The module ensures millisecond delays when handling requests and can process billions of vectors. The module uses the HNSW and KNN search algorithms. You can index data using the Valkey Hash or Valkey-JSON types and use indexed attributes for filtering.

You can use the module in personalized recommendation systems, for multimedia and semantic search, data anomaly search, and for development of chat bots and AI scenarios.

The module is linearly scalable to accommodate growing number of CPUs in the cluster.

A cluster with this module installed will have the following index commands available: FT.CREATE, FT.DROPINDEX, FT.INFO, FT._LIST, and FT.SEARCH.

For more information about the command syntax and the module itself, see this official guide.

Valkey-JSONValkey-JSON

This module provides full-scale support for JSON structures in a Valkey™ cluster. Valkey-JSON complies with the RFC7159 specification for seamless operation with all standard JSON data types.

Module features:

  • Storing, requesting, and modifying nested JSON objects.
  • Support for JSONPath requests: selections based on filters, slices, wildcards, and recursive paths.
  • Partial data updates without overwriting the whole object.
  • Quick filtering and searching through the nested structure.
  • Integration with ACL and support of permissions at the JSON command level.

Examples of commands available in a cluster with the Valkey-JSON module installed: JSON.SET, JSON.GET, JSON.ARRINSERT, JSON.ARRLEN. See the full list of available commands.

For more information about the module, see this official guide.

Valkey-BloomValkey-Bloom

This module implements a compact probabilistic data structure of the Bloom filter. This data type is suitable for large-scale element membership checks (e.g., data stream deduplication or uniqueness check).

Advantages:

  • During a membership check, only false positives are possible, false negatives are not.
  • The module can operate both in fixed capacity mode and scalable mode.
  • You can save over 90% of memory when processing big data streams compared to traditional set membership checks.

The module is compatible with Valkey™ client libraries and Valkey™ equivalents. You can use it to prevent ad repetitions, detect fraud, filter spam, etc.

For more information about the module, see this official guide.

Was the article helpful?

Previous
Available commands
Next
Quotas and limits
© 2026 Direct Cursus Technology L.L.C.