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