Source File
result.go
Belonging Package
github.com/go-redis/redis/v8
package redis
import
func ( time.Duration, error) *DurationCmd {
var DurationCmd
.val =
.SetErr()
return &
}
func ( []string, error) *StringSliceCmd {
var StringSliceCmd
.val =
.SetErr()
return &
}
func ( []bool, error) *BoolSliceCmd {
var BoolSliceCmd
.val =
.SetErr()
return &
}
func ( map[string]string, error) *StringStringMapCmd {
var StringStringMapCmd
.val =
.SetErr()
return &
}
func ( map[string]int64, error) *StringIntMapCmd {
var StringIntMapCmd
.val =
.SetErr()
return &
}
func ( *ZWithKey, error) *ZWithKeyCmd {
var ZWithKeyCmd
.val =
.SetErr()
return &
}
func ( []ClusterSlot, error) *ClusterSlotsCmd {
var ClusterSlotsCmd
.val =
.SetErr()
return &
}
func ( []GeoLocation, error) *GeoLocationCmd {
var GeoLocationCmd
.locations =
.SetErr()
return &
}
func ( map[string]*CommandInfo, error) *CommandsInfoCmd {
var CommandsInfoCmd
.val =
.SetErr()
return &
}
func ( []XMessage, error) *XMessageSliceCmd {
var XMessageSliceCmd
.val =
.SetErr()
return &
}
func ( []XStream, error) *XStreamSliceCmd {
var XStreamSliceCmd
.val =
.SetErr()
return &
![]() |
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. |