type github.com/go-redis/redis/v8.XMessage
10 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1031: type XMessage struct {
command.go#L1039: val []XMessage
command.go#L1053: func (cmd *XMessageSliceCmd) Val() []XMessage {
command.go#L1057: func (cmd *XMessageSliceCmd) Result() ([]XMessage, error) {
command.go#L1071: cmd.val = v.([]XMessage)
command.go#L1077: msgs := make([]XMessage, n)
command.go#L1097: msgs[i] = XMessage{
command.go#L1133: Messages []XMessage
command.go#L1187: Messages: v.([]XMessage),
result.go#L167: func NewXMessageSliceCmdResult(val []XMessage, err error) *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. |