redis@6.2

In-memory data store with key-value persistence and networking

brewmacoslinux
Try with needOr install directly
Source

About

Persistent key-value database, with built-in net interface

Commands

redis-serverredis-cliredis-benchmarkredis-check-aofredis-check-rdb

Examples

Start a Redis server on default port 6379$ redis-server
Connect to Redis and execute commands interactively$ redis-cli
Set and retrieve a key-value pair$ redis-cli SET mykey 'Hello World' && redis-cli GET mykey