Skip to content

command "LINDEX" not working! #9

@jvsk

Description

@jvsk

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions