Skip to content

Instantly share code, notes, and snippets.

@glassonion1
Last active May 23, 2020 09:20
Show Gist options
  • Save glassonion1/bd90cdbb7a46c19a401ddfd4d30d06df to your computer and use it in GitHub Desktop.
Save glassonion1/bd90cdbb7a46c19a401ddfd4d30d06df to your computer and use it in GitHub Desktop.
@startuml
[redis(slave1)] as slave1
[sentinel] as sentinel2
[redis(slave0)] as slave0
[sentinel] as sentinel1
[redis(master)] as master
[sentinel]
sentinel -down-> master
sentinel1 -down-> slave0
sentinel2 -down-> slave1
sentinel -> slave0
sentinel -> slave1
sentinel - sentinel1
sentinel - sentinel2
sentinel1 -> master
sentinel1 -> slave1
sentinel1 - sentinel2
sentinel2 -> master
sentinel2 -> slave0
@enduml
@glassonion1
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment