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

Possible issue on RPOPLPUSH method inside transaction block #26

Open
ezeq-10 opened this issue Sep 9, 2015 · 1 comment
Open

Possible issue on RPOPLPUSH method inside transaction block #26

ezeq-10 opened this issue Sep 9, 2015 · 1 comment

Comments

@ezeq-10
Copy link

ezeq-10 commented Sep 9, 2015

Hi,
First of all, thanks for the lib, you have done an excellent work.

I'm getting this error text WRONGTYPE Operation against a key holding the wrong kind of value when using RPOPLPUSH and the destination list is not created yet, inside a transaction.

Actually, I think that the error text is showed because if list doesn't exists, is creating as String, not as list

I send a StackOverflow link with an example.
http://stackoverflow.com/questions/32487602/redis-node-rpoplpush-method

@ezeq-10
Copy link
Author

ezeq-10 commented Sep 10, 2015

Sorry!, i found the error, i was using redis-scheduler to make the list expires and catch the event. that converts list key to a string. Thanks for your great job doing this lib.

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