Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

redis start stop commands

# to run redis server in terminal instance:
redis-server

# to run redis server as a background process:
brew services start redis

# to stop redis server:
brew services stop redis

# to start cli to interace with redis server:
redis-cli
Source by redis.io #
 
PREVIOUS NEXT
Tagged: #redis #start #stop #commands
ADD COMMENT
Topic
Name
1+6 =