Interface AggregateOperation<K,V>

All Superinterfaces:
RediSearchArgument<K,V>
All Known Implementing Classes:
Apply, Filter, Group, Limit, Sort

public interface AggregateOperation<K,V> extends RediSearchArgument<K,V>