MCPcopy Create free account
hub / github.com/dbProjectRED/redimo.go / xGroupKey

Method xGroupKey

streams.go:429–431  ·  view source on GitHub ↗
(key string, group string)

Source from the content-addressed store, hash-verified

427}
428
429func (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.

Callers 6

XACKMethod · 0.95
XCLAIMMethod · 0.95
xGroupCursorKeyMethod · 0.95
XPENDINGMethod · 0.95
xGroupReadPendingMethod · 0.95
XREADGROUPMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected