1 常用函数
lpush rpush lpop rpop
2 通过索引获取列表中的元素
lindex key index
通过索引设置列表元素的值
LSET key index value
3 获取列表长度
llen key
4 获取列表指定范围内的元素
lrange key stat end