Uses of Interface
io.quarkus.redis.datasource.autosuggest.AutoSuggestCommands
Packages that use AutoSuggestCommands
-
Uses of AutoSuggestCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return AutoSuggestCommandsModifier and TypeMethodDescriptiondefault AutoSuggestCommands<String>
RedisDataSource.autosuggest()
Gets the object to emit commands from theauto-suggest
group.<K> AutoSuggestCommands<K>
RedisDataSource.autosuggest
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType) Gets the object to emit commands from theauto-suggest
group.<K> AutoSuggestCommands<K>
RedisDataSource.autosuggest
(Class<K> redisKeyType) Gets the object to emit commands from theauto-suggest
group. -
Uses of AutoSuggestCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement AutoSuggestCommandsMethods in io.quarkus.redis.runtime.datasource that return AutoSuggestCommandsModifier and TypeMethodDescription<K> AutoSuggestCommands<K>
BlockingRedisDataSourceImpl.autosuggest
(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType) <K> AutoSuggestCommands<K>
BlockingRedisDataSourceImpl.autosuggest
(Class<K> redisKeyType)