python redis集群_Python3 redis集群连接 (带密码验证)
環(huán)境:
python 3.7.4
redis集群 單集群(無(wú)slave)
很多文章都說(shuō)redis密碼,今天驗(yàn)證的了很多次失敗,查了相關(guān)資料有才知道連接方式,一下為代碼,修改123456為自己代碼就可以使用了
from rediscluster import StrictRedisCluster
list = [
'02200000001',
'02200000002',
'02200000003',
'02200000004',
'02200000005',
'02200000006',
'02200000007',
'02200000008',
'02200000009',
'02200000010'
]
def redis_cluster():
redis_nodes = [
{'host':'192.168.0.56','port':7001},
{'host':'192.168.0.56','port':7002},
{'host':'192.168.0.56','port':7003},
]
# print(redis_nodes[1])
try:
redisconn = StrictRedisCluster(startup_nodes=redis_nodes,password='123456')
print(redisconn)
# redisconn.set('yyy','tttt')
# A=redisconn.set('yyy')
# print(A)
except:
print('error')
for i in range(0,len(list)):
redisconn.set('user_phone_'+list[i],'111111')
print(redisconn.get('user_phone_'+list[i]))
redis_cluster()
總結(jié)
以上是生活随笔為你收集整理的python redis集群_Python3 redis集群连接 (带密码验证)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: python建立空矩阵_SciPy创建稀
- 下一篇: ios点击大头针气泡不弹出_百度地图使用