随笔分类 - Redis
摘要:#!/bin/bash redis_install(){ #mv /etc/yum.repos.d/* /tmp/ #curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo #wg
阅读全文
摘要:可以根据实际情况进行修改 #!/bin/bash #redis机器资源监控 # #邮件配置: #curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo #yum -y instal
阅读全文
摘要:近期公司发现数据库实例比较多,打算迁移合并一部分,偶尔在网上看到一个redis迁移脚本,感觉挺实用的,分享一下: #!/usr/sbin/env python3 # coding: utf-8 import redis import time # 定义 redis1 和 redis2 主机信息 re
阅读全文