Uses of Interface
io.quarkus.redis.datasource.search.ReactiveSearchCommands
-
Packages that use ReactiveSearchCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of ReactiveSearchCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ReactiveSearchCommands Modifier and Type Method Description default ReactiveSearchCommands<String>ReactiveRedisDataSource. search()Gets the object to emit commands from thesearchgroup.<K> ReactiveSearchCommands<K>ReactiveRedisDataSource. search(Class<K> redisKeyType)Deprecated.Use the variant without parameter, as the index name must be a string. -
Uses of ReactiveSearchCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ReactiveSearchCommands Modifier and Type Class Description classReactiveSearchCommandsImpl<K>Methods in io.quarkus.redis.runtime.datasource that return ReactiveSearchCommands Modifier and Type Method Description <K> ReactiveSearchCommands<K>ReactiveRedisDataSourceImpl. search(Class<K> redisKeyType)Constructors in io.quarkus.redis.runtime.datasource with parameters of type ReactiveSearchCommands Constructor Description BlockingSearchCommandsImpl(RedisDataSource ds, ReactiveSearchCommands<K> reactive, Duration timeout)
-