Redis Master Provisioning (persistent) in production environments

Source: Internet
Author: User
Tags allkeys

#1 .wget  #tar  zxvf redis-2.8.19.tar.gz#cd redis-2.8.19/src/#vi  makefileprefix?=/opt/ etc/redis#make && make install#redis_6309.confdaemonize yespidfile /var/run/ redis_6309.pidport 6309tcp-backlog 10240timeout 600tcp-keepalive 60loglevel  Noticelogfile stdoutlogfile /data/log/redis/redis_6309.logdatabases 16save 900 1save  300 10save 60 10000stop-writes-on-bgsave-error yesrdbcompression yesrdbchecksum  yesdbfilename dump.rdbdir /data/redis/redis_6309/slave-serve-stale-data  yesslave-read-only yesrepl-disable-tcp-nodelay noslave-priority 100maxmemory  4gbmaxmemory-policy allkeys-lruappendonly noappendfsync everysecno-appendfsync-on-rewrite  noauto-aof-rewrite-percentage 100auto-aof-rewrite-min-size 64mblua-time-limit  5000slowlog-log-slower-than 10000slowlog-max-len 128hash-max-ziplist-entries 512hash-max-ziplist-value 64list-max-ziplist-entries 512list-max-ziplist-value  64set-max-intset-entries 512zset-max-ziplist-entries 128zset-max-ziplist-value  64activerehashing yesclient-output-buffer-limit normal 0 0  0client-output-buffer-limit slave 256mb 64mb 60client-output-buffer-limit pubsub  32mb 8mb 60hz 10#/opt/etc/redis/bin/redis-server /opt/etc/redis/conf/redis_6309.conf #SLAVE   Configuration daemonize yespidfile /var/run/redis_6309.pidport 6309tcp-backlog  10240timeout 600tcp-keepalive 60loglevel noticelogfile stdoutlogfile /data/log/redis/ redis_6309.logdatabases 16save 900 1save 300 10save 60  10000stop-writes-on-bgsave-error yesrdbcompression yesrdbchecksum yesdbfilename  dump.rdbdir /data/redis/redis_6309/slave-serve-stale-data yesslave-read-only yesrepl-disable-tcp-nodelay noslaveof 10.0.20.14 6309slave-priority 100maxmemory  4gbmaxmemory-policy allkeys-lruappendonly noappendfsync everysecno-appendfsync-on-rewrite  noauto-aof-rewrite-percentage 100auto-aof-rewrite-min-size 64mblua-time-limit  5000slowlog-log-slower-than 10000slowlog-max-len 128hash-max-ziplist-entries  512hash-max-ziplist-value 64list-max-ziplist-entries 512list-max-ziplist-value  64set-max-intset-entries 512zset-max-ziplist-entries 128zset-max-ziplist-value  64activerehashing yesclient-output-buffer-limit normal 0 0  0client-output-buffer-limit slave 256mb 64mb 60client-output-buffer-limit pubsub  32MB 8MB 60HZ 10 two,redis master  non-persistent, ready-to-persist 2.1 master  #redis   6309daemonize yespidfile /var/run/redis.pidport 6309tcp-backlog 10240timeout  0tcp-keepalive&nBsp;0loglevel noticelogfile stdoutlogfile /var/log/redis/redis_6309.logdatabases 16#save  900 1#save 300 10#save 60 10000save  "" stop-writes-on-bgsave-error  yesrdbcompression yesrdbchecksum yesdbfilename dump.rdbdir /var/lib/redis_6309/ slave-serve-stale-data yesslave-read-only yesrepl-disable-tcp-nodelay noslave-priority  100maxmemory 4gbmaxmemory-policy allkeys-lruappendonly yesappendfsync  everysecno-appendfsync-on-rewrite noauto-aof-rewrite-percentage 100auto-aof-rewrite-min-size  64mblua-time-limit 5000slowlog-log-slower-than 10000slowlog-max-len 128hash-max-ziplist-entries  512hash-max-ziplist-value 64list-max-ziplist-entries 512list-max-ziplist-value  64set-max-intset-entries 512zset-max-ziplist-entries 128zset-max-ziplist-value  64activerehashing yesclient-output-buffer-limit normal 0 0 0client-output-buffer-limit slave 256mb 64mb 60client-output-buffer-limit  Pubsub 32mb 8mb 60hz 10#redis 6310more redis_6310.confdaemonize yespidfile  /var/run/redis_6310.pidport 6310tcp-backlog 10240timeout 0tcp-keepalive 0loglevel  noticelogfile stdoutlogfile /var/log/redis/redis_6310.logdatabases 16#save 900  1#save 300 10#save 60 10000save  "" Stop-writes-on-bgsave-error yesrdbcompression  yesrdbchecksum yesdbfilename dump.rdbdir /var/lib/redis_6310/slave-serve-stale-data  yesslave-read-only yesrepl-disable-tcp-nodelay noslave-priority 100maxmemory  4gbmaxmemory-policy allkeys-lruappendonly yesappendfsync everysecno-appendfsync-on-rewrite  noauto-aof-rewrite-percentage 100auto-aof-rewrite-min-size 64mblua-time-limit  5000slowlog-log-slower-than 10000slowlog-max-len 128hash-max-ziplist-entries 512hash-max-ziplist-value 64list-max-ziplist-entries  512list-max-ziplist-value 64set-max-intset-entries 512zset-max-ziplist-entries  128zset-max-ziplist-value 64activerehashing yesclient-output-buffer-limit normal 0 0  0client-output-buffer-limit slave 256mb 64mb 60client-output-buffer-limit  pubsub 32mb 8mb 60hz 102.2 salve  #redis  6309daemonize yespidfile  /var/run/redis.pidport 6309tcp-backlog 10240timeout 0tcp-keepalive 0loglevel  Noticelogfile stdoutlogfile /data/redis/logs/redis_6309.logdatabases 16save 900 1save  300 10save 60 10000save  "" stop-writes-on-bgsave-error yesrdbcompression  Yesrdbchecksum yesdbfilename dump.rdbdir /data/redis/6309/redis_6309/slave-serve-stale-data  yesslave-read-only yesslaveof 10.0.20.179 6309repl-disable-tcp-nodelay noslave-priority 100maxmemory 4gbmaxmemory-policy  allkeys-lruappendonly noappendfsync everysecno-appendfsync-on-rewrite  noauto-aof-rewrite-percentage 100auto-aof-rewrite-min-size 64mblua-time-limit  5000slowlog-log-slower-than 10000slowlog-max-len 128hash-max-ziplist-entries  512hash-max-ziplist-value 64list-max-ziplist-entries 512list-max-ziplist-value  64set-max-intset-entries 512zset-max-ziplist-entries 128zset-max-ziplist-value  64activerehashing yesclient-output-buffer-limit normal 0 0  0client-output-buffer-limit slave 256mb 64mb 60client-output-buffer-limit pubsub  32mb 8mb 60hz 10#redis_6310more redis_6310.confdaemonize yespidfile /var/ run/redis_6310.pidport 6310tcp-backlog 10240timeout 0tcp-keepalive 0loglevel  Noticelogfile stdoutlogfIle /data/redis/logs/redis_6310.logdatabases 16save 900 1save 300 10save 60  10000save  "" stop-writes-on-bgsave-error yesrdbcompression yesrdbchecksum  Yesdbfilename dump.rdbdir /data/redis/6310/redis_6310/slave-serve-stale-data yesslave-read-only  yesslaveof 10.0.20.179 6310repl-disable-tcp-nodelay noslave-priority 100maxmemory  4gbmaxmemory-policy allkeys-lruappendonly noappendfsync everysecno-appendfsync-on-rewrite  noauto-aof-rewrite-percentage 100auto-aof-rewrite-min-size 64mblua-time-limit  5000slowlog-log-slower-than 10000slowlog-max-len 128hash-max-ziplist-entries  512hash-max-ziplist-value 64list-max-ziplist-entries 512list-max-ziplist-value  64set-max-intset-entries 512zset-max-ziplist-entries 128zset-max-ziplist-value  64activerehashing yesclient-output-buffer-limit normal 0 0 0client-output-buffer-limit slave 256mb 64mb 60client-output-buffer-limit pubsub  32mb 8mb 60hz 10


Redis Master Provisioning (persistent) in production environments

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.