MySQL : 디스크 저장소
Redis : 인메모리 저장소
REmote + DIctionary + Server -> REDIS
MySQL : 디스크 저장소
Redis : 인메모리 저장소
캐시(cache)
- 자주 사용하는 데이터나 값을 미리 복사해 놓는 임시 장소를 말한다.
- 캐시에 있는 데이터는 시간과 자원 면에서 최소한의 비용으로 반복적으로 접근 가능
- Local Cache VS Global Cache
-> redis는 Global Cache에 적합
redis 사용 이유를 크게 두가지로 나눌 수 있는데 이번 프로젝트에서 인증 정보를 저장하는 용도로 redis를 사용해보았다.
사용 방법
https://yonguri.tistory.com/82
https://bcp0109.tistory.com/328
https://dydtjr1128.github.io/redis/2019/04/03/Redis.html
https://server-talk.tistory.com/471 - redis란
https://zangzangs.tistory.com/72 - redis
https://devlog-wjdrbs96.tistory.com/375 - redis type
https://dejavuqa.tistory.com/155 - port
aws에서 redis 활용 - https://blossom6729.tistory.com/13
빼튜 Redis - https://www.notion.so/teamsparta/17-1348e72c39bd4620b00b5b0f78890082
security + jwt + redis 로그인 구현 - https://wildeveloperetrain.tistory.com/59