valkey - Man Page

Valkey Documentation

Description

The Valkey documentation is managed in markdown files in the valkey-doc repository\c . It’s released under the Creative Commons Attribution-ShareAlike 4.0 International license\c .

Valkey Documentation

1. Introduction

2. Developer Guide

Core Concepts

  • valkey-data-types(7): Keys are strings, but values can be of many different data types.
  • valkey-commands(7) The full list of commands, with documentation for each of them.
  • valkey-pipelining(7): How to send multiple commands at once, saving on round trip time.
  • valkey-transactions(7): Valkey’s approach to atomic transactions.
  • expire(3valkey): How to set a Time To Live (TTL) on key so that it will be automatically removed from the server when it expires.
  • valkey-pubsub(7) Pub/Sub: Using Valkey as a message broker using the Publish/Subscribe messaging system.
  • valkey-notifications(7) Keyspace notifications: Get notifications of keyspace events via Pub/Sub.
  • valkey-keyspace(7) Keyspace management: How to alter, query, and navigate the keyspace.

Application Patterns & Tutorials

3. Extending Valkey

Server-side scripting in Valkey

Valkey modules API

  • valkey-modules-intro(7) Introduction to Valkey modules: Extend Valkey using dynamically linked modules.
  • valkey-modules-native-types(7) Implementing native data types: Modules scan implement new data types (data structures and more) that look like built-in data types. This documentation covers the API to do so.
  • valkey-modules-blocking-ops(7) Blocking operations: Write commands that can block the client (without blocking Valkey) and can execute tasks in other threads.
  • valkey-modules-api-ref(7) Modules API reference: Documentation of all module API functions. Low level details about API usage.

4. Administration

Core Management

Deployment Topology

Security

Platform Specific

  • valkey-arm(7) ARM and Raspberry Pi: ARM and the Raspberry Pi are supported platforms. This page contains general information and benchmarks.
  • valkey-rdma(7) RDMA: An overview of RDMA support.

5. Performance & Troubleshooting

6. Low-Level Internals

Referenced By

valkey-commands(7), valkey-server(1).

2025-10-21 9.0.0 Valkey Manual