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

com.redislabs.lettusearch.RediSearchCommands Maven / Gradle / Ivy

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

import com.redislabs.lettusearch.aggregate.api.AggregateCommands;
import com.redislabs.lettusearch.index.api.IndexCommands;
import com.redislabs.lettusearch.search.api.SearchCommands;
import com.redislabs.lettusearch.suggest.api.SuggestCommands;

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

public interface RediSearchCommands extends RedisCommands, IndexCommands, SearchCommands,
		AggregateCommands, SuggestCommands {

	StatefulRediSearchConnection getStatefulConnection();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy