Database/Redis

[Redis] 4. Use Redis

noahkim_ 2024. 9. 5. 11:39

4. Performance

in-memory

  • 데이터를 메모리에 저장하여 빠른 응답 시간을 제공합니다.

 

Persistence Options

  • 데이터 지속성을 위한 여러 옵션을 제공합니다.

 

Dumping the dataset to disk
  • 전체 데이터셋을 디스크에 덤프합니다.

 

Appending each command to a disk-based log
  • 각 명령어를 디스크 기반의 로그에 추가합니다.

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

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