Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 206 Bytes

redis.md

File metadata and controls

12 lines (8 loc) · 206 Bytes

Redis

We will install redis with brew and fix it.

Instructions

brew install redis
sudo redis-server --daemonize yes

Source: redis/redis#8062 (comment)