MCPcopy
hub / github.com/redis/go-redis / XGroupCreateMkStream

Method XGroupCreateMkStream

stream_commands.go:52–52  ·  view source on GitHub ↗
(ctx context.Context, stream, group, start string)

Source from the content-addressed store, hash-verified

50 XReadStreams(ctx context.Context, streams ...string) *XStreamSliceCmd
51 XGroupCreate(ctx context.Context, stream, group, start string) *StatusCmd
52 XGroupCreateMkStream(ctx context.Context, stream, group, start string) *StatusCmd
53 XGroupSetID(ctx context.Context, stream, group, start string) *StatusCmd
54 XGroupDestroy(ctx context.Context, stream, group string) *IntCmd
55 XGroupCreateConsumer(ctx context.Context, stream, group, consumer string) *IntCmd

Callers 4

commands_test.goFile · 0.65
ExampleClient_xgroupreadFunction · 0.65
ExampleClient_raceitalyFunction · 0.65

Calls

no outgoing calls

Tested by 3

ExampleClient_xgroupreadFunction · 0.52
ExampleClient_raceitalyFunction · 0.52