MUQINGFENG123

#!/bin/bash

 

auth=123456

echo  " flushall "   |   redis-cli   -a $auth

 

wq

(-a  指登陆Redis控制台输入的密码)

 

 

分类:

技术点:

相关文章: