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

15 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L237: 	ZRangeByScore(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd
		commands.go#L238: 	ZRangeByLex(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd
		commands.go#L239: 	ZRangeByScoreWithScores(ctx context.Context, key string, opt *ZRangeBy) *ZSliceCmd
		commands.go#L247: 	ZRevRangeByScore(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd
		commands.go#L248: 	ZRevRangeByLex(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd
		commands.go#L249: 	ZRevRangeByScoreWithScores(ctx context.Context, key string, opt *ZRangeBy) *ZSliceCmd
		commands.go#L1923: type ZRangeBy struct {
		commands.go#L1928: func (c cmdable) zRangeBy(ctx context.Context, zcmd, key string, opt *ZRangeBy, withScores bool) *StringSliceCmd {
		commands.go#L1946: func (c cmdable) ZRangeByScore(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd {
		commands.go#L1950: func (c cmdable) ZRangeByLex(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd {
		commands.go#L1954: func (c cmdable) ZRangeByScoreWithScores(ctx context.Context, key string, opt *ZRangeBy) *ZSliceCmd {
		commands.go#L2021: func (c cmdable) zRevRangeBy(ctx context.Context, zcmd, key string, opt *ZRangeBy) *StringSliceCmd {
		commands.go#L2036: func (c cmdable) ZRevRangeByScore(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd {
		commands.go#L2040: func (c cmdable) ZRevRangeByLex(ctx context.Context, key string, opt *ZRangeBy) *StringSliceCmd {
		commands.go#L2044: func (c cmdable) ZRevRangeByScoreWithScores(ctx context.Context, key string, opt *ZRangeBy) *ZSliceCmd {