批量导入数据到redis

由于工作需要,简单导数据到redis.格式如下:

​在xx.txt文本编辑格式为 set a b 

                                  set b c

执行cat XX.txt |redis-cli

相关推荐