Skip to content

Redis error when id is empty #6

Description

@tystr

When trying to querying by id when the id is empty, the resulting query is HGETALL PREFIX instead of HGETALL ID.

e.g., if the prefix is users, then I try to find by an empty id, $objectRepository->find('');, the resulting query is: HGETALL users.

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