Valkey

FAST.

RELIABLE.

OPEN SOURCE, FOREVER.

Valkey is an open source (BSD) high-performance key/value datastore that supports a variety of workloads such as caching, message queues, and can act as a primary database. The project is backed by the Linux Foundation, ensuring it will remain open source forever.


Documentation

Valkey can run as either a standalone daemon or in a cluster, with options for replication and high availability. Valkey natively supports a rich collection of datatypes, including:

  • Strings
  • Numbers
  • Hashes
  • Lists
  • Sets
  • Sorted sets
  • Bitmaps
  • HyperLogLogs
  • And more

You can operate on data structures in-place with an expressive collection of commands. Valkey also supports native extensibility with:

  • Built-in Lua scripting
  • Module plugins to create new commands, data types, and more

Website

https://valkey.io

GitHub

https://github.com/valkey-io/valkey