spring-data-redis
spring-data-redis copied to clipboard
Support `ZINTERCARD`
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.