type github.com/go-redis/redis/v8.ClusterSlotsCmd
12 uses
github.com/go-redis/redis/v8 (current package)
command.go#L1653: type ClusterSlotsCmd struct {
command.go#L1659: var _ Cmder = (*ClusterSlotsCmd)(nil)
command.go#L1661: func NewClusterSlotsCmd(ctx context.Context, args ...interface{}) *ClusterSlotsCmd {
command.go#L1662: return &ClusterSlotsCmd{
command.go#L1670: func (cmd *ClusterSlotsCmd) Val() []ClusterSlot {
command.go#L1674: func (cmd *ClusterSlotsCmd) Result() ([]ClusterSlot, error) {
command.go#L1678: func (cmd *ClusterSlotsCmd) String() string {
command.go#L1682: func (cmd *ClusterSlotsCmd) readReply(rd *proto.Reader) error {
commands.go#L299: ClusterSlots(ctx context.Context) *ClusterSlotsCmd
commands.go#L2455: func (c cmdable) ClusterSlots(ctx context.Context) *ClusterSlotsCmd {
result.go#L135: func NewClusterSlotsCmdResult(val []ClusterSlot, err error) *ClusterSlotsCmd {
result.go#L136: var cmd ClusterSlotsCmd
![]() |
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. |