码迷,mamicode.com
首页 > 其他好文 > 详细

redis 导出

时间:2019-04-24 17:25:20      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:str   strong   bsp   get   one   read   done   apt-get   password   

1 安装redis:

 apt update

 apt-get install redis-server

2: cd /etc/redis

3:  用redis-cli导出key

redis-cli -h {redis host} -p 6379 -a {password} keys "*" |while read a;do echo -n $a: ;redis-cli -h {redis host} -p 6379 -a  {password} get $a ;done

redis 导出

标签:str   strong   bsp   get   one   read   done   apt-get   password   

原文地址:https://www.cnblogs.com/liufei1983/p/10763535.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!