valkey

High-performance data structure server for key/value workloads

brewmacoslinux
Try with needOr install directly
Source

About

High-performance data structure server that primarily serves key/value workloads

Commands

valkey-servervalkey-cli

Examples

Start Valkey server on default port 6379$ valkey-server
Connect to Valkey server and interact with CLI$ valkey-cli
Set and get a key-value pair using CLI$ valkey-cli SET mykey 'Hello' && valkey-cli GET mykey