Skip to content

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

@rjp

Description

@rjp

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
});

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