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

Condition not became true on getting values for empty list of keys #2

Open
dionys opened this issue Dec 25, 2013 · 0 comments
Open

Comments

@dionys
Copy link

dionys commented Dec 25, 2013

Call of $memd->get([], ...) doesn't set the condition variables to true. The reason of this is that in _get() method my $servers = $self->{hash}->servers($keys, for => 'get'); returns empty list of servers so request to server doesn't send and callback doesn't call. But begin() method for condition variables already called and end() method never be call.

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