Skip to content

brpoplpush does not conform to redis return values #483

@synchrone

Description

@synchrone

When BRPOPLPUSH blocks and returns upon another session RPUSHing a value to the list - it returns the name of the list before the value.
ardb
This breaks compatibility with redis for clients that expect only the popped value be returned from BRPOPLPUSH

Whereas redis returns just the value in both cases:
redis

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @synchrone

        Issue actions

          brpoplpush does not conform to redis return values · Issue #483 · yinqiwen/ardb