AOF Timestamp

Redis Server 教育
Redis Server Course
Redis 定期点検/技術支援
Redis Technical Support
Redis エンタープライズサーバ
Redis Enterprise Server

AOF Timestamp

개요 槪要 Outline

AOF는 text로 저장되는데 시각이 저장되지 않았다. 그래서 저장된 시점을 알 수 없었다.
레디스 버전 7.0에서 시각을 저장할 수 있게 되었다.
저장되는 형식(format)은 아래와 같다. 시각을 저장하고 다음에 명령을 저장한다.
#TS:1657600245 
설정은 redis.conf에서 aof-timestamp-enabled yes/no로 설정한다. default: no 이다.

이점 利點 Benefit: point-in-time recovery(특정 시점 복구)

Timestamp를 이용해서 point-in-time recovery(특정 시점 복구)가 가능하다.
Redis-check-aof 파일을 이용해서 지정한 시점 이후 데이터를 버린다.
방법은 redis-check-aof --truncate-to-timestamp <timestamp> mainfest-file


<< AOF Multi-Part AOF Timestamp RDB SAVE >>

Email 返事がかかってなれば、メールでお知らせします。