Redis的数据结构之List

存储list: ArrayList使用数组方式 LinkedList使用双向链接方式 双向链接表中增加数据 双向链接表中删除数据 存储list常用命令 两端添加 两端弹出 扩展命令 lpush 方式添加 从左边开始添加 127.0.0.1:6379> lpush l1 a b c d (intege
posted @ 2018-03-15 09:46  汪强胜  Views(231)  Comments(0Edit  收藏  举报