-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Description
The official name of the app
redis (redis-server)
Is there a supported build available on a public/release channel?
Yes
Proposed App Status
Yes, Full Native Apple Silicon Support
Proposed App Category
Development (in-memory data structure store)
Related Issue Tracker Link or discussion
n/a
An Official App Download Link
https://redis.io/download
Additional context
wget https://download.redis.io/releases/redis-6.0.9.tar.gz
tar xzf redis-6.0.9.tar.gz
cd redis-6.0.9
make
tonyunreal