# 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