Skip to content

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

@dionys

Description

@dionys

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.

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