Uses of Class
com.redis.lettucemod.search.SearchResults
Packages that use SearchResults
Package
Description
-
Uses of SearchResults in com.redis.lettucemod
Methods in com.redis.lettucemod that return types with arguments of type SearchResultsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<SearchResults<K,V>> io.lettuce.core.RedisFuture<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> -
Uses of SearchResults in com.redis.lettucemod.api.async
Methods in com.redis.lettucemod.api.async that return types with arguments of type SearchResultsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<SearchResults<K,V>> io.lettuce.core.RedisFuture<SearchResults<K,V>> -
Uses of SearchResults in com.redis.lettucemod.api.reactive
Methods in com.redis.lettucemod.api.reactive that return types with arguments of type SearchResultsModifier and TypeMethodDescriptionreactor.core.publisher.Mono<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> -
Uses of SearchResults in com.redis.lettucemod.api.sync
Methods in com.redis.lettucemod.api.sync that return SearchResultsModifier and TypeMethodDescription -
Uses of SearchResults in com.redis.lettucemod.cluster
Methods in com.redis.lettucemod.cluster that return types with arguments of type SearchResultsModifier and TypeMethodDescriptionio.lettuce.core.RedisFuture<SearchResults<K,V>> io.lettuce.core.RedisFuture<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> reactor.core.publisher.Mono<SearchResults<K,V>> RedisModulesAdvancedClusterReactiveCommandsImpl.ftSearch(K index, V query, SearchOptions<K, V> options) -
Uses of SearchResults in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return types with arguments of type SearchResults