摘要:
redis-cli -h 192.168.11.111 -p 6380 -c cluster slots | xargs -n8 | awk '{print $3":"$4"->"$6":"$7}' | sort -nk2 -t ':' | uniq 阅读全文
posted @ 2019-12-03 18:07
__Yoon
阅读(200)
评论(0)
推荐(0)
摘要:
[root@yoon u02]# mkdir yoon [root@yoon u02]# mkdir hank [root@yoon yoon]# mkdir -p 1/data [root@yoon yoon]# mkdir -p 2/data [root@yoon yoon]# mkdir -p 阅读全文
posted @ 2019-12-03 17:10
__Yoon
阅读(1519)
评论(0)
推荐(0)