-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Hi.
I try use vedis but got some wrongs :(
>>>LPUSH name a1 a2 a3
[3]
>>>LINDEX name 0
[a1]
>>>LPOP name
[a1]
>>>LINDEX name 0
[nil] //Here should be "a2"
>>>LINDEX name 0
[nil] //Here should be "a2"
>>>LINDEX name 0
[nil] //Here should be "a2"
>>>LLEN name
[2]
the command "LINDEX" must be wrong after the “LPOP” .
Metadata
Metadata
Assignees
Labels
No labels