Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for ZRANGESTORE #2345

Closed
pratham1002 opened this issue Jun 15, 2022 · 1 comment
Closed

Add support for ZRANGESTORE #2345

pratham1002 opened this issue Jun 15, 2022 · 1 comment
Assignees
Labels
type: enhancement A general enhancement

Comments

@pratham1002
Copy link

I wanted to use the ZRANGESTORE command along with the BYSCORE option but seems like there is no corresponding method for it in RedisTemplate.opsForZSet().

Both Jedis and Lettuce support this command.

Can it be added to spring-data-redis too?

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Jun 15, 2022
@mp911de mp911de added status: ideal-for-contribution An issue that a contributor can help us with type: enhancement A general enhancement and removed status: waiting-for-triage An issue we've not yet triaged labels Jun 27, 2022
bytestreme pushed a commit to bytestreme/spring-data-redis that referenced this issue Jul 16, 2022
…ommand in `RedisZSetCommands`, `ZSetOperations` and `StringRedisConnection`

Closes spring-projects#2345
@mp911de mp911de self-assigned this Sep 22, 2022
@mp911de
Copy link
Member

mp911de commented Sep 22, 2022

Lettuce does not support by-rank comparison: redis/lettuce#2202

@mp911de mp911de changed the title Please implement API For ZRANGESTORE Add support for ZRANGESTORE Sep 22, 2022
mp911de pushed a commit that referenced this issue Sep 23, 2022
@mp911de mp911de added this to the 3.0 RC1 (2022.0.0) milestone Sep 30, 2022
@mp911de mp911de removed the status: ideal-for-contribution An issue that a contributor can help us with label Sep 30, 2022
mp911de added a commit that referenced this issue Sep 30, 2022
Add reactive ZRANGESTORE support. Support rangeAndStore in RedisZSet.

Refine assertion messages. Refine overloads.

Original pull request: #2370.
See #2345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants