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

Method XRangeN

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

Source from the content-addressed store, hash-verified

44 XLen(ctx context.Context, stream string) *IntCmd
45 XRange(ctx context.Context, stream, start, stop string) *XMessageSliceCmd
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

Callers 4

commands_test.goFile · 0.65
ExampleClient_xdelFunction · 0.65

Calls

no outgoing calls

Tested by 3

ExampleClient_xdelFunction · 0.52