Closed johnhaha closed 1 month ago
Try this:
arr, err := c.Do(context.Background(), c.B().Xautoclaim().Key("s").Group("g").Consumer("c").MinIdleTime("3600000").Start("0-0").Count(25).Build()).ToArray()
if err != nil {
panic(err)
}
streamID, _ := arr[0].ToString()
entries, _ := arr[1].AsXRange()
this works, thx
It seems unable to parse xautoclaim result.