Supported Valkey™ modules
Aiven for Valkey™ includes pre-enabled modules that extend core Valkey™ functionality with additional data types and commands.
Valkey™ JSON
Valkey™ JSON provides native JSON document storage and manipulation capabilities within Valkey.
Configuration
- Valkey™ JSON is enabled by default.
- No configuration is required.
- Valkey™ JSON cannot be disabled.
Capabilities
Valkey™ JSON allows you to:
- Store JSON documents as values
- Query JSON documents using JSONPath
- Make atomic updates to JSON elements
- Index and search JSON data
For complete documentation on Valkey™ JSON commands and usage, see the Valkey™ JSON documentation.
Related pages