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

8 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L102: 	Sort(ctx context.Context, key string, sort *Sort) *StringSliceCmd
		commands.go#L103: 	SortStore(ctx context.Context, key, store string, sort *Sort) *IntCmd
		commands.go#L104: 	SortInterfaces(ctx context.Context, key string, sort *Sort) *SliceCmd
		commands.go#L590: type Sort struct {
		commands.go#L598: func (sort *Sort) args(key string) []interface{} {
		commands.go#L618: func (c cmdable) Sort(ctx context.Context, key string, sort *Sort) *StringSliceCmd {
		commands.go#L624: func (c cmdable) SortStore(ctx context.Context, key, store string, sort *Sort) *IntCmd {
		commands.go#L634: func (c cmdable) SortInterfaces(ctx context.Context, key string, sort *Sort) *SliceCmd {