Mac : https://redis.io/docs/install/install-redis/install-redis-on-mac-os/
Window : https://redis.io/docs/install/install-redis/install-redis-on-windows/
Redis 란 Remote Dictionary Server 로
메모리에 저장하는 Key-Value 기반의 NoSQL DBMS 입니다.
Remote 외부에 있는
Dictionary key-value 형식의 자료구조를 이용하는
Server 서버
데이터 베이스는 물리적 디스크에 데이터를 저장하기 때문에 서버가 꺼지더라도 데이터를 보존할 수 있습니다.