Skip to content

Raw XREAD command fails with "Invalid argument type" #2314

@almosnow

Description

@almosnow

(Assuming you have a working client and a stream named stream)

When trying to call client.XREAD('STREAMS', 'stream', '0')

the code throws a TypeError: Invalid argument type exception.

I think it's a bug, equivalent redis command is XREAD STREAMS stream 0 and runs without issue through redis-cli.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions