type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis
| /* | |
| PUT THIS FILE IN ~/Library/KeyBindings/DefaultKeyBinding.dict | |
| This file remaps the key bindings of a single user on Mac OS X 10.5 to more closely | |
| match default behavior on Windows systems. This particular mapping assumes | |
| that you have also switched the Control and Command keys already. | |
| This key mapping is more appropriate after switching Ctrl for Command in this menu: | |
| Apple->System Preferences->Keyboard & Mouse->Keyboard->Modifier Keys...-> | |
| Change Control Key to Command | |
| Change Command key to Control |
type below:
brew update
brew install redis
To have launchd start redis now and restart at login:
brew services start redis