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

Method xGroupCursorKey

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

Source from the content-addressed store, hash-verified

423}
424
425func (c Client) xGroupCursorKey(key string, group string) keyDef {
426 return keyDef{pk: c.xGroupKey(key, group), sk: "_redimo/cursor"}
427}
428
429func (c Client) xGroupKey(key string, group string) string {
430 return strings.Join([]string{"_redimo", key, group}, "/")

Callers 3

xGroupCursorSetMethod · 0.95
xGroupCursorGetMethod · 0.95

Calls 1

xGroupKeyMethod · 0.95

Tested by

no test coverage detected