type github.com/go-redis/redis/v8.XMessageSliceCmd
20 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1036: type XMessageSliceCmd struct {
command.go#L1042: var _ Cmder = (*XMessageSliceCmd)(nil)
command.go#L1044: func NewXMessageSliceCmd(ctx context.Context, args ...interface{}) *XMessageSliceCmd {
command.go#L1045: return &XMessageSliceCmd{
command.go#L1053: func (cmd *XMessageSliceCmd) Val() []XMessage {
command.go#L1057: func (cmd *XMessageSliceCmd) Result() ([]XMessage, error) {
command.go#L1061: func (cmd *XMessageSliceCmd) String() string {
command.go#L1065: func (cmd *XMessageSliceCmd) readReply(rd *proto.Reader) error {
commands.go#L196: XRange(ctx context.Context, stream, start, stop string) *XMessageSliceCmd
commands.go#L197: XRangeN(ctx context.Context, stream, start, stop string, count int64) *XMessageSliceCmd
commands.go#L198: XRevRange(ctx context.Context, stream string, start, stop string) *XMessageSliceCmd
commands.go#L199: XRevRangeN(ctx context.Context, stream string, start, stop string, count int64) *XMessageSliceCmd
commands.go#L211: XClaim(ctx context.Context, a *XClaimArgs) *XMessageSliceCmd
commands.go#L1454: func (c cmdable) XRange(ctx context.Context, stream, start, stop string) *XMessageSliceCmd {
commands.go#L1460: func (c cmdable) XRangeN(ctx context.Context, stream, start, stop string, count int64) *XMessageSliceCmd {
commands.go#L1466: func (c cmdable) XRevRange(ctx context.Context, stream, start, stop string) *XMessageSliceCmd {
commands.go#L1472: func (c cmdable) XRevRangeN(ctx context.Context, stream, start, stop string, count int64) *XMessageSliceCmd {
commands.go#L1624: func (c cmdable) XClaim(ctx context.Context, a *XClaimArgs) *XMessageSliceCmd {
result.go#L167: func NewXMessageSliceCmdResult(val []XMessage, err error) *XMessageSliceCmd {
result.go#L168: var cmd XMessageSliceCmd
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |