About Redis


Redis의 정의

IMG_A6212EB9C507-1.jpeg

an open-source in-memory storage, used as a distributed, in-memory key–value database, cache and message broker, with optional durability.

Redis로 할 수 있는 것

Key-value 구조의 장단점

장점

단점

Key-value 스토어는 단순한 구조의 데이터로 높은 성능과 확장성이 필요할 때 사용

Redis의 특성