Uses of Class
org.infinispan.server.resp.commands.sortedset.internal.AGGCommand
Packages that use AGGCommand
-
Uses of AGGCommand in org.infinispan.server.resp.commands.sortedset
Subclasses of AGGCommand in org.infinispan.server.resp.commands.sortedsetModifier and TypeClassDescriptionclassThis command is similar toZINTERSTORE, but instead of storing the resulting sorted set, it is returned to the client.classComputes the intersection of numkeys sorted sets given by the specified keys, and stores the result in destination.classThis command is similar toZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the client.classComputes the union of numkeys sorted sets given by the specified keys, and stores the result in destination.