标签:red run dex ref range 函数 设置 html lists
1 常用函数
lpush rpush lpop rpop
2 通过索引获取列表中的元素
lindex key index
通过索引设置列表元素的值
3 获取列表长度
llen key
4 获取列表指定范围内的元素
lrange key stat end
标签:red run dex ref range 函数 设置 html lists
原文地址:https://www.cnblogs.com/jianzhaojing/p/13130156.html