spring-projects / spring-projects/spring-data-redis
Support `ZINTERCARD`
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
Similar to SINTERCARD which implemented in https://github.com/spring-projects/spring-data-redis/blob/b09f75261c2042f2f0ab5438d0b56820d9b7e1ed/src/main/java/org/springframework/data/redis/core/DefaultSetOperations.java#L149-L154, It would be nice if we can provide same operation for zset.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the referenced SINTERCARD implementation in src/main/java/org/springframework/data/redis/core/DefaultSetOperations.java, especially the linked operation. Identify the corresponding sorted-set operations entry point and verify its existing tests or usage; done means ZINTERCARD is available for zset operations with behavior matching Redis and the SINTERCARD support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, redis, spring
- Domain
- backend, databases
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100