른록노트
[Redis] Redis란 무엇인가? 본문
@ 설명
레디스는 오픈소스이고 모리 내 데이터 구조 저장소입니다
데이터베이스, 캐시 및 메시지 브로커로 사용됩니다
String, hash, list, set, stored set 등 데이터 구조를 지원합니다
디스크 내에 지속성을 갖고있고
Redis Sentinel을 통해 고가용성을 지원하고
Redis Cluster를 통해 자동 파티셔닝을 지원합니다
@기능
- Transactions
- Pub/Sub
- Lua scripting
- Keys with a limited time-to-live
- LRU eviction of keys
- Automatic failover
@참고사이트
https://redis.io/topics/introduction
반응형
Comments