Infra/NoSQL

Redis 개념

주정용 2021. 7. 8. 08:28
728x90

Remote Dictionary Storage

  • <Key, Value> 기반 In Memory Storage
  • Collection 지원(String, Set, Sorted Set, Hash, List)
  • Redis는 Single Thread이기 때문에 Transaction이 Atomic합니다.
  • 데이터에 빠르게 접근하기 위해서 주로 캐시로 사용합니다.