ThatGuySam/doesitarm

redis-server

whitebark opened this issue · 4 comments

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

Screenshot with Activity Monitor(if self reporting)
Screen Shot 2020-11-21 at 4 00 38 PM

Beautiful!

Feel free to make a pull request using the App Addition Template otherwise I'll add it when time permits.

App is now live on the site thanks to @tonyunreal !

https://doesitarm.com/app/redis/

Feel free to browse through the other M1 Issues to help with missing info on other apps.

I have problems running redis-server on M1 with Big Sur
see redis/redis#8062

@svewag As stated in this issue, redis is tested and working natively on M1, not through x86 brew arch flags. See Additional Context above to compile redis manually. Once compiled you can copy the binaries (redis-server and redis-cli) into /usr/local/bin to replace the brew x86 binaries that do not work.