Backend/참고자료

Redis란 ?

간지나제 2021. 2. 3. 15:09

Redis(Remote Dictionary System)의 정의를 살펴보면

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache, and message broker.

이라고 redis 공식홈페이지에 나와있다.

말 그대로 오픈소스 in-memory storage로 database나 cache, message broker로 사용된다.

라인, 삼성전자, 네이버, Stackoverflow, 인스타그램 등 여러 IT 대기업에서도 사용하는 검증된 오픈소스 솔루션이다.


redis.io
https://engkimbs.tistory.com/869
http://qnimate.com/overview-of-redis-architecture/
https://bcho.tistory.com/654

'Backend > 참고자료' 카테고리의 다른 글

Web Server와 WAS  (0) 2021.04.19
Ribbon  (0) 2021.04.13
Eureka  (0) 2021.04.13
Zuul  (0) 2021.04.13
Scale up, Scale In, Auto Sacle  (0) 2021.04.13