Horje
install redis on mac Code Example
install redis on mac
//Using Homebrew it is quite easy to install-

brew update
brew install redis
//To check

redis-cli ping
//if you are getting PONG Then you are good to go(y)
brew service start redis
brew services start redis
installing redis on mac
brew services stop redis
redis for mac
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents




Shell

Related
recent branches Code Example recent branches Code Example
increase no of watchers Code Example increase no of watchers Code Example
ubuntu tweak Code Example ubuntu tweak Code Example
restart redis ubuntu Code Example restart redis ubuntu Code Example
imultis install Code Example imultis install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
23