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

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

package com.redislabs.lettusearch;

import com.redislabs.lettusearch.search.api.sync.SearchCommands;
import com.redislabs.lettusearch.suggest.api.sync.SuggestCommands;

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

public interface RediSearchCommands extends RedisCommands, SearchCommands, SuggestCommands {

	StatefulRediSearchConnection getStatefulConnection();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy