Skip to content

Support ZINTERCARD #3253

@heka1024

Description

@heka1024

Similar to SINTERCARD which implemented in

@Override
public Long intersectSize(K key, Collection<K> otherKeys) {
byte[][] rawKeys = rawKeys(key, otherKeys);
return execute(connection -> connection.sInterCard(rawKeys));
}
, It would be nice if we can provide same operation for zset.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions