All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.redislabs.lettusearch.aggregate.api.sync.AggregateCommands Maven / Gradle / Ivy

There is a newer version: 3.1.2
Show newest version
package com.redislabs.lettusearch.aggregate.api.sync;

import com.redislabs.lettusearch.aggregate.AggregateOptions;
import com.redislabs.lettusearch.aggregate.AggregateResults;

import io.lettuce.core.api.sync.RedisCommands;

/**
 * Synchronously executed commands for search.
 *
 * @param  Key type.
 * @param  Value type.
 * @author Julien Ruaux
 */
public interface AggregateCommands extends RedisCommands {

	AggregateResults aggregate(String index, String query, AggregateOptions options);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy