type github.com/go-redis/redis/v8.SliceCmd

21 uses

	github.com/go-redis/redis/v8 (current package)
		command.go#L330: type SliceCmd struct {
		command.go#L336: var _ Cmder = (*SliceCmd)(nil)
		command.go#L338: func NewSliceCmd(ctx context.Context, args ...interface{}) *SliceCmd {
		command.go#L339: 	return &SliceCmd{
		command.go#L347: func (cmd *SliceCmd) Val() []interface{} {
		command.go#L351: func (cmd *SliceCmd) Result() ([]interface{}, error) {
		command.go#L355: func (cmd *SliceCmd) String() string {
		command.go#L359: func (cmd *SliceCmd) readReply(rd *proto.Reader) error {
		commands.go#L104: 	SortInterfaces(ctx context.Context, key string, sort *Sort) *SliceCmd
		commands.go#L117: 	MGet(ctx context.Context, keys ...string) *SliceCmd
		commands.go#L149: 	HMGet(ctx context.Context, key string, fields ...string) *SliceCmd
		commands.go#L265: 	ConfigGet(ctx context.Context, parameter string) *SliceCmd
		commands.go#L634: func (c cmdable) SortInterfaces(ctx context.Context, key string, sort *Sort) *SliceCmd {
		commands.go#L718: func (c cmdable) MGet(ctx context.Context, keys ...string) *SliceCmd {
		commands.go#L1034: func (c cmdable) HMGet(ctx context.Context, key string, fields ...string) *SliceCmd {
		commands.go#L2193: func (c cmdable) ConfigGet(ctx context.Context, parameter string) *SliceCmd {
		result.go#L14: func NewSliceResult(val []interface{}, err error) *SliceCmd {
		result.go#L15: 	var cmd SliceCmd
		sentinel.go#L306: func (c *SentinelClient) Sentinels(ctx context.Context, name string) *SliceCmd {
		sentinel.go#L346: func (c *SentinelClient) Masters(ctx context.Context) *SliceCmd {
		sentinel.go#L353: func (c *SentinelClient) Slaves(ctx context.Context, name string) *SliceCmd {