redis 클 러 스 터 기반 암호 화 인 스 턴 스

주의사항:
1.redis-trib.rb 도 구 를 사용 하여 클 러 스 터 를 구축 하 는 경우 클 러 스 터 구축 이 완료 되 기 전에 비밀 번 호 를 설정 하지 마 십시오.클 러 스 터 구축 이 완료 되면 config set+config rewrite 명령 을 통 해 기계 마다 비밀 번 호 를 설정 합 니 다.
2.클 러 스 터 에 비밀 번 호 를 설정 하면 requirepass 와 masterauth 를 설정 해 야 합 니 다.그렇지 않 으 면 메 인 전환 이 발생 할 때 권한 수여 문제 가 발생 하여 로 그 를 모 의 하고 관찰 할 수 있 습 니 다.
3.각 노드 의 비밀 번 호 는 일치 해 야 합 니 다.그렇지 않 으 면 Redirected 가 실패 합 니 다.

config set masterauth abc 
config set requirepass abc 
config rewrite 
테스트 버 전:
redis3.0.7
테스트 환경:
centos7
클 러 스 터 규모:
3 주 3 종
클 러 스 터 구축 성공 전 redis 설정:

port 8000 
cluster-enabled yes 
cluster-config-file "nodes-8000.conf" 
cluster-node-timeout 15000 
dir "/opt/redisdata" 
appendonly yes 
appendfilename "appendonly-8000.aof" 
logfile "/opt/redisdata/8000.log" 
daemonize yes 
pidfile "/var/run/redis-8000.pid" 
dbfilename "dump-8000.rdb" 
cluster-require-full-coverage no 
클 러 스 터 구축 성공 후 redis 설정:

port 8004 
cluster-enabled yes 
cluster-config-file "nodes-8004.conf" 
cluster-node-timeout 15000 
dir "/opt/redisdata" 
appendonly yes 
appendfilename "appendonly-8004.aof" 
logfile "/opt/redisdata/8004.log" 
daemonize yes 
pidfile "/var/run/redis-8004.pid" 
dbfilename "dump-8004.rdb" 
cluster-require-full-coverage no 
# Generated by CONFIG REWRITE 
requirepass "abc" 
masterauth "abc" 
테스트:
1.8002 는 주,8005 는 8002 의 종,지금 kill 을 제거 하려 면 8002 아 날로 그 주종 전환

2.8005 로 그 를 보고 8005 가 새 master 로 선 정 됩 니 다.

21227:S 14 Jun 07:28:49.343 # Connection with master lost.
21227:S 14 Jun 07:28:49.343 * Caching the disconnected master state.
21227:S 14 Jun 07:28:49.433 * Connecting to MASTER 127.0.0.1:8002
21227:S 14 Jun 07:28:49.433 * MASTER <-> SLAVE sync started
21227:S 14 Jun 07:28:49.434 # Error condition on socket for SYNC: Connection refused
21227:S 14 Jun 07:28:50.437 * Connecting to MASTER 127.0.0.1:8002

21227:S 14 Jun 07:29:06.205 # Start of election delayed for 564 milliseconds (rank #0, offset 337).
21227:S 14 Jun 07:29:06.507 * Connecting to MASTER 127.0.0.1:8002
21227:S 14 Jun 07:29:06.507 * MASTER <-> SLAVE sync started
21227:S 14 Jun 07:29:06.507 # Error condition on socket for SYNC: Connection refused
21227:S 14 Jun 07:29:06.808 # Starting a failover election for epoch 10.
21227:S 14 Jun 07:29:06.810 # Failover election won: I'm the new master.
21227:S 14 Jun 07:29:06.810 # configEpoch set to 10 after successful failover
21227:M 14 Jun 07:29:06.810 * Discarding previously cached master state.
3.8002 를 다시 시작 하여 8005 로 그 를 확인 합 니 다.8002 는 8005 slave 가 되 었 습 니 다.

21227:M 14 Jun 07:32:53.511 * Slave 127.0.0.1:8002 asks for synchronization
21227:M 14 Jun 07:32:53.511 * Full resync requested by slave 127.0.0.1:8002
21227:M 14 Jun 07:32:53.511 * Starting BGSAVE for SYNC with target: disk
21227:M 14 Jun 07:32:53.511 * Background saving started by pid 21613
21613:C 14 Jun 07:32:53.513 * DB saved on disk
21613:C 14 Jun 07:32:53.513 * RDB: 0 MB of memory used by copy-on-write
21227:M 14 Jun 07:32:53.612 * Background saving terminated with success
21227:M 14 Jun 07:32:53.612 * Synchronization with slave 127.0.0.1:8002 succeeded
4.GET SET 명령 을 간단하게 테스트,정상
이상 의 redis 클 러 스 터 를 기반 으로 비밀 번 호 를 설정 한 인 스 턴 스 는 바로 작은 편집 이 여러분 에 게 공유 하 는 모든 내용 입 니 다.참고 가 되 고 저 희 를 많이 사랑 해 주 셨 으 면 좋 겠 습 니 다.

좋은 웹페이지 즐겨찾기