Uses of Interface
io.quarkus.redis.datasource.search.SearchCommands
-
Packages that use SearchCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of SearchCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return SearchCommands Modifier and Type Method Description default SearchCommands<String>RedisDataSource. search()Gets the object to emit commands from thesearchgroup.<K> SearchCommands<K>RedisDataSource. search(Class<K> redisKeyType)Deprecated.Use the variant without parameter, as the index name must be a string -
Uses of SearchCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement SearchCommands Modifier and Type Class Description classBlockingSearchCommandsImpl<K>Methods in io.quarkus.redis.runtime.datasource that return SearchCommands Modifier and Type Method Description <K> SearchCommands<K>BlockingRedisDataSourceImpl. search(Class<K> redisKeyType)
-