본문 바로가기

Development/Web & Server

Redis란....

  • Memory DB이다.
  • no-sql db로 기본적으로 Key와 Value 쌍의 형태로 데이터를 메모리에 저장
  • 메모리에 저장된 내용을 지속시키기 위해 파일로 싱크하는 기능 제공
  • data type은 5가지 이다.
    • Strings
    • List
    • Hashes
    • Sorted set