摘要: ```py #! /usr/bin/env python # -*- coding: utf-8 -*- # __author__ = "Victor" # Date: 2019/12/18 from rediscluster import StrictRedisCluster INTERVAL_TIME = 1800 REDIS_NODES = [ {'host': '172.25.... 阅读全文
posted @ 2019-12-18 15:54 Adamanter 阅读(773) 评论(0) 推荐(0) 编辑