mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Add SINTERCARD and ZINTERCARD commands that are similar to ZINTER and SINTER but only return the cardinality with minimum processing and memory overheads. Co-authored-by: Oran Agra <oran@redislabs.com>