23 lines
492 B
Plaintext
23 lines
492 B
Plaintext
# 볼륨 없는 영속화와 replica별 키 회전
|
|
# Question: 설정을 켰다는 사실만으로 영속화와 일관된 키 회전을 기대할 수 있는가
|
|
direction: right
|
|
n0: "운영 변경" {
|
|
shape: rectangle
|
|
}
|
|
n1: "Redis /data" {
|
|
shape: cylinder
|
|
}
|
|
n2: "Redis 재시작" {
|
|
shape: rectangle
|
|
}
|
|
n3: "echo replica 2개" {
|
|
shape: rectangle
|
|
}
|
|
n4: "교차 응답" {
|
|
shape: rectangle
|
|
}
|
|
n0 -> n1: "AOF 설정"
|
|
n1 -> n2: "볼륨 없음"
|
|
n0 -> n3: "키 회전"
|
|
n3 -> n4: "cache 상태"
|