• Wincent
    Open
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Installing Redis 2.2.9 on Mac OS X 10.6.7 Snow LeopardEdit

Created 6/12/2011, updated 3/12/2020
$ curl -O http://redis.googlecode.com/files/redis-2.2.9.tar.gz
$ tar xzf redis-2.2.9.tar.gz
$ cd redis-2.2.9
$ cd src
$ make
$ make test
$ sudo make install
  • snow.leopard
  • redis
  • macos
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell using React, Relay and GraphQL (with help from Git, Redis and Neovim).