spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

Support `ZINTERCARD`

Open heka1024 opened this issue 1 month ago • 1 comments

Resolves: #3253

Similar to SINTERCARD, It would be nice if we can provide same operation for zset.

  • [X] You have read the Spring Data contribution guidelines.
  • [X] You use the code formatters provided here and have them applied to your changes. Don’t submit any formatting related changes.
  • [X] You submit test cases (unit or integration tests) that back your changes.
  • [X] You added yourself as author in the headers of the classes you touched. Amend the date range in the Apache license header if needed. For new types, add the license header (copy from another file and set the current year only).

heka1024 avatar Nov 02 '25 09:11 heka1024