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 .

What is Valkey? See valkey-introduction(7).

Programming with Valkey

Server-side scripting in Valkey

Administration

Valkey Cluster

  • valkey-cluster-tutorial(7): A gentle introduction to Valkey Cluster, a deployment mode for horizontal scaling and high availability.
  • valkey-cluster-spec(7) Cluster specification: The more formal description of the behavior and algorithms used in Valkey Cluster.

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.

Performance

Tutorials & FAQ

  • valkey-quickstart(7) Quick start: Get started with Valkey.
  • valkey-mass-insertion(7) Mass insertion of data: How to add a big amount of data to a Valkey instance in a short time.
  • valkey-distlock(7) Distributed locks: Implementing a distributed lock manager.
  • valkey-indexing(7) Secondary indexes: How to simulate secondary indexes, composed indexes and traverse graphs using various data structures.
  • valkey-arm(7) ARM and Raspberry Pi: ARM and the Raspberry Pi are supported platforms. This page contains general information and benchmarks.
  • valkey-twitter-clone(7) Writing a simple Twitter clone with PHP and Valkey
  • valkey-problems(7) Troubleshooting: Problems? Bugs? High latency? Other issues? Use our problems troubleshooting page as a starting point to find more information.
  • valkey-faq(7): Frequently asked questions.

Command runtime introspection

Referenced By

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

2024-09-23 8.0.0 Valkey Manual