1. LPOP key

移除并返回列表 key 的头元素。

1.1. 起始版本:

1.0.0

1.2. 时间复杂度:

O(1)

1.3. 返回值:

列表的头元素。 当 key 不存在时,返回 nil 。

1.4. DEMO

127.0.0.1:6379> LPOP mylist
"c"
127.0.0.1:6379> LPOP mylist
"b"
127.0.0.1:6379> LRANGE mylist 0 -1
1) "a"
127.0.0.1:6379> LLEN mylist
(integer) 1
Copyright © wychuan.com 2017 all right reserved,powered by Gitbook该文件修订时间: 2017-10-17 02:48:52

results matching ""

    No results matching ""