Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

command "LINDEX" not working! #9

Open
jvsk opened this issue May 20, 2016 · 0 comments
Open

command "LINDEX" not working! #9

jvsk opened this issue May 20, 2016 · 0 comments

Comments

@jvsk
Copy link

jvsk commented May 20, 2016

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” .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant