Memcached 数据导出与导入

我们使用 memcached-tool 命令来导出数据:

[root@localhost ~]# memcached-tool 127.0.0.1:11211 dump > /tmp/1.txt
Dumping memcache contents
  Number of buckets: 1
  Number of items  : 2
Dumping bucket 1 - 2 total items
[root@localhost ~]# cat /tmp/1.txt   //导出的数据是带有时间戳的,这个时间戳就是该条数据的过期时间
add name 0 1551489491 3              //如果当前系统时间超过了时间戳,那么是导入不进去的
Tom
add age 0 1551489491 2
18

使用 nc 命令来导入数据:

[root@localhost ~]# yum install -y nc
[root@localhost ~]# nc 127.0.0.1 11211 < /tmp/1.txt    //如果要导入的机器中有了这些数据,则返回NOT_STORED
STORED
STORED

 

 

 

 

 

 

 

 

 

 

    

 

转载于:https://www.cnblogs.com/pzk7788/p/10460360.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值