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

Method XGroupDestroy

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

Source from the content-addressed store, hash-verified

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
56 XGroupDelConsumer(ctx context.Context, stream, group, consumer string) *IntCmd
57 XReadGroup(ctx context.Context, a *XReadGroupArgs) *XStreamSliceCmd

Callers 2

commands_test.goFile · 0.65
ExampleClient_raceitalyFunction · 0.65

Calls

no outgoing calls

Tested by 1

ExampleClient_raceitalyFunction · 0.52