github.com/go-redis/redis/v8.Sort.Offset (field)

3 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L592: 	Offset, Count int64
		commands.go#L603: 	if sort.Offset != 0 || sort.Count != 0 {
		commands.go#L604: 		args = append(args, "limit", sort.Offset, sort.Count)