You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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)
The text was updated successfully, but these errors were encountered: