Uses of Interface
io.quarkus.redis.datasource.topk.TopKCommands
Packages that use TopKCommands
-
Uses of TopKCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return TopKCommandsModifier and TypeMethodDescription<K,V> TopKCommands<K, V> RedisDataSource.topk(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Top-K list.default <V> TopKCommands<String,V> RedisDataSource.topk(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to manipulate Top-K list.<K,V> TopKCommands<K, V> Gets the object to manipulate Top-K list.default <V> TopKCommands<String,V> Gets the object to manipulate Top-K list. -
Uses of TopKCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement TopKCommandsMethods in io.quarkus.redis.runtime.datasource that return TopKCommandsModifier and TypeMethodDescription<K,V> TopKCommands<K, V> BlockingRedisDataSourceImpl.topk(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,V> TopKCommands<K, V>