Redis批量导入文本数据
# 查看导入的文本文件,里面是具体的Redis命令
# cat 20180208.txt
hdel user.user.base 317986
hdel user.user.base 371149
hdel user.user.base 370964
hdel user.user.base 371291
hdel user.user.base 370906
hdel user.user.base 371035
hdel user.user.base 371086
hdel user.user.base 371042
hdel user.user.base 370838
hdel user.user.base 371347
hdel user.user.base 371065
hdel user.user.base 371280
hdel user.user.base 371307
在redis-cli客户端工具中,有管道选项
# redis-cli --help
--pipe Transfer raw Redis protocol from stdin to server.
执行数据导入
# cat 20180208.txt | /usr/bin/redis-cli --pipe
All data transferred. Waiting for the last reply...
Last reply received from server.
errors: 0, replies: 593
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。