(key string, group string)
| 427 | } |
| 428 | |
| 429 | func (c Client) xGroupKey(key string, group string) string { |
| 430 | return strings.Join([]string{"_redimo", key, group}, "/") |
| 431 | } |
| 432 | |
| 433 | // XLEN counts the number of items in the stream with XIDs between the given XIDs. To count |
| 434 | // the entire stream, pass XStart and XEnd as the start and end XIDs. |
no outgoing calls
no test coverage detected