python 虚拟环境移植
摘要:Background - VM1已安装项目用各种Package,VM2也想搭建同样的环境(python 3.7 x64) Step 1. Collect all package information from VM1, run the following command. Suppose curr
阅读全文
posted @
2021-12-23 11:03
晴朗的天空37
阅读(122)
推荐(0)
Redis Master-Slave Sentinel(哨兵模式)
摘要:前言 本文为记述工作中用到redis读写分离时怎样确保高效可靠性等问题的demo演示过程,描述中有不恰当地方,欢迎各位不吝赐教。 主从介绍 主从模式(master-slaves)主要实现数据的读写分离,master负责处理写入请求,读取请求交给slaves处理,slaves同时也处理数据dump等操
阅读全文
posted @
2021-09-13 14:36
晴朗的天空37
阅读(339)
推荐(0)