Skip to content

Instantly share code, notes, and snippets.

@qrw
Created June 8, 2012 15:06
Show Gist options
  • Save qrw/2896069 to your computer and use it in GitHub Desktop.
Save qrw/2896069 to your computer and use it in GitHub Desktop.
brew install redis
if you got following error when "brew install redis"
Error: Failed executing: make -C src
try this:
$brew install redis --use-llvm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment