른록노트

[Redis] Redis란 무엇인가? 본문

Server,OS/[Linux]

[Redis] Redis란 무엇인가?

른록 2020. 6. 24. 14:26

@ 설명

레디스는 오픈소스이고 모리 내 데이터 구조 저장소입니다

데이터베이스, 캐시 및 메시지 브로커로 사용됩니다

String, hash, list, set, stored set 등 데이터 구조를 지원합니다

디스크 내에 지속성을 갖고있고

Redis Sentinel을 통해 고가용성을 지원하고

Redis Cluster를 통해 자동 파티셔닝을 지원합니다

 

@기능

  1. Transactions
  2. Pub/Sub
  3. Lua scripting
  4. Keys with a limited time-to-live
  5. LRU eviction of keys
  6. Automatic failover

@참고사이트

https://redis.io/topics/introduction

https://ram2ram2.tistory.com/4

https://bcho.tistory.com/654

반응형
Comments