type github.com/go-redis/redis/v8.XPendingExtCmd
10 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1311: type XPendingExtCmd struct {
command.go#L1316: var _ Cmder = (*XPendingExtCmd)(nil)
command.go#L1318: func NewXPendingExtCmd(ctx context.Context, args ...interface{}) *XPendingExtCmd {
command.go#L1319: return &XPendingExtCmd{
command.go#L1327: func (cmd *XPendingExtCmd) Val() []XPendingExt {
command.go#L1331: func (cmd *XPendingExtCmd) Result() ([]XPendingExt, error) {
command.go#L1335: func (cmd *XPendingExtCmd) String() string {
command.go#L1339: func (cmd *XPendingExtCmd) readReply(rd *proto.Reader) error {
commands.go#L210: XPendingExt(ctx context.Context, a *XPendingExtArgs) *XPendingExtCmd
commands.go#L1605: func (c cmdable) XPendingExt(ctx context.Context, a *XPendingExtArgs) *XPendingExtCmd {
![]() |
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. |