53GB

Django Redis Caching



Django Redis Caching

command to install redis in mac: brew install redis
command to start redis in mac: brew services start redis

command to install redis in linux: sudo apt-get install redis
command to start redis in mac: sudo systemctl restart redis

Exit mobile version