type github.com/go-redis/redis/v8.XStreamSliceCmd
16 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1136: type XStreamSliceCmd struct {
command.go#L1142: var _ Cmder = (*XStreamSliceCmd)(nil)
command.go#L1144: func NewXStreamSliceCmd(ctx context.Context, args ...interface{}) *XStreamSliceCmd {
command.go#L1145: return &XStreamSliceCmd{
command.go#L1153: func (cmd *XStreamSliceCmd) Val() []XStream {
command.go#L1157: func (cmd *XStreamSliceCmd) Result() ([]XStream, error) {
command.go#L1161: func (cmd *XStreamSliceCmd) String() string {
command.go#L1165: func (cmd *XStreamSliceCmd) readReply(rd *proto.Reader) error {
commands.go#L200: XRead(ctx context.Context, a *XReadArgs) *XStreamSliceCmd
commands.go#L201: XReadStreams(ctx context.Context, streams ...string) *XStreamSliceCmd
commands.go#L207: XReadGroup(ctx context.Context, a *XReadGroupArgs) *XStreamSliceCmd
commands.go#L1484: func (c cmdable) XRead(ctx context.Context, a *XReadArgs) *XStreamSliceCmd {
commands.go#L1509: func (c cmdable) XReadStreams(ctx context.Context, streams ...string) *XStreamSliceCmd {
commands.go#L1555: func (c cmdable) XReadGroup(ctx context.Context, a *XReadGroupArgs) *XStreamSliceCmd {
result.go#L175: func NewXStreamSliceCmdResult(val []XStream, err error) *XStreamSliceCmd {
result.go#L176: var cmd XStreamSliceCmd
![]() |
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. |