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

Method XRevRangeN

stream_commands.go:48–48  ·  view source on GitHub ↗
(ctx context.Context, stream string, start, stop string, count int64)

Source from the content-addressed store, hash-verified

46 XRangeN(ctx context.Context, stream, start, stop string, count int64) *XMessageSliceCmd
47 XRevRange(ctx context.Context, stream string, start, stop string) *XMessageSliceCmd
48 XRevRangeN(ctx context.Context, stream string, start, stop string, count int64) *XMessageSliceCmd
49 XRead(ctx context.Context, a *XReadArgs) *XStreamSliceCmd
50 XReadStreams(ctx context.Context, streams ...string) *XStreamSliceCmd
51 XGroupCreate(ctx context.Context, stream, group, start string) *StatusCmd

Callers 2

commands_test.goFile · 0.65

Calls

no outgoing calls

Tested by 1