Database/Redis

[Redis] 1. Introduction to Redis

noahkim_ 2023. 10. 29. 16:25

1. Redis란?

  • in-memory 기반의 data structure store 입니다.
  • 오픈 소스(BSD license) 입니다.

 

2. 용도

  • database
  • cache
  • message broker
  • streaming engine

 

 

출처

'Database > Redis' 카테고리의 다른 글

[Redis] 4. Use Redis  (0) 2024.09.05
[Redis] 3-1. Interact with Data: Search and query  (1) 2024.09.05
[Redis] 2. Understanding Data Types  (0) 2024.09.05