miyagawa / AnyEvent-Redis

Asynchronous Redis client
http://search.cpan.org/dist/AnyEvent-Redis
41 stars 16 forks source link

API inconsistent re passing CondVar as final parameter #11

Closed chloe-zen closed 13 years ago

chloe-zen commented 13 years ago

If you wait for connection to be ready, you can pass in a CondVar as final parameter to any command. But if connection has not yet occurred, then the connect queue does not get processed correctly when you passed in a CondVar parameter.

dgl commented 13 years ago

Patch in pull request 12 applied, thanks.