Skip to content

StreamInfoAsync Exception #1007

@jbrunken

Description

@jbrunken

Using Redis 5 Stream...

var streamInfo = await redis.StreamInfoAsync("mystream");

I'm getting the following error:

Unexpected response to XINFO: MultiBulk: 14 items

Based on the docs, it looks like the result should have 14 items.

> XINFO STREAM mystream
 1) length
 2) (integer) 2
 3) radix-tree-keys
 4) (integer) 1
 5) radix-tree-nodes
 6) (integer) 2
 7) groups
 8) (integer) 2
 9) last-generated-id
10) 1538385846314-0
11) first-entry
12) 1) 1538385820729-0
    2) 1) "foo"
       2) "bar"
13) last-entry
14) 1) 1538385846314-0
    2) 1) "field"
       2) "value"

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