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

Documentation unclear on how to return values from multi/exec #15

Open
rjp opened this issue Feb 21, 2011 · 1 comment
Open

Documentation unclear on how to return values from multi/exec #15

rjp opened this issue Feb 21, 2011 · 1 comment

Comments

@rjp
Copy link

rjp commented Feb 21, 2011

The transactions test has:
client.rpush("txn1", 3, self.callback);

But doing a similar thing on the last command in my transaction never calls the callback:
redis.transaction(function(){
... redis commands manipulating set without callbacks ...
redis.zcard(set, callback); // callback is never called
});

@bnoguchi
Copy link
Owner

I won't be able to reply for a few hours, but find me online later on gchat for help.

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

2 participants