brew install redis
redis-server &
$ ps ax | grep redis 7758 s005 S 0:00.04 redis-server *:6379 $ kill 7758
vi /usr/local/etc/redis.conf
redis-cli