Skip to content

[Redis] Expose support for Redis lists #247

@aidenfoxx

Description

@aidenfoxx

Support for Redis list commands (LPUSH, RPUSH, LPOP, RPOP, LLEN, LMOVE, LRANGE and LTRIM) would great expand the flexibility of Redis as a data store. Currently it is very difficult to implement atomic lists with available API.

https://redis.io/docs/latest/develop/data-types/lists/

I would happily contribute this change, but the protos package doesn't provide the bindings.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions