unsubbed.co

Valkey

High-performance key/value data structure server, a community-driven fork of Redis with full compatibility.

Overview

A flexible distributed key-value database that is optimized for caching and other realtime workloads. This project was forked from the open source Redis project right before the transition to their new source available licenses. The project has 25K+ GitHub stars and is licensed under NOASSERTION.

Getting Started

Source: GitHub README

In order to install Valkey binaries into /usr/local/bin, just use:

% make install

You can use make PREFIX=/some/other/directory install if you wish to use a different destination.

Note: For compatibility with Redis, we create symlinks from the Redis names (redis-server, redis-cli, etc.) to the Valkey binaries installed by make install. The symlinks are created in same directory as the Valkey binaries. The symlinks are removed when using make uninstall. The creation of the syml

Normalized Features

Source: tool-features-normalized.json

plugins, redis.

Features

Integrations & APIs

  • Plugin / Extension System