Uses of Interface
io.quarkus.redis.datasource.sortedset.SortedSetCommands
Packages that use SortedSetCommands
-
Uses of SortedSetCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return SortedSetCommandsModifier and TypeMethodDescription<K,V> SortedSetCommands<K, V> RedisDataSource.sortedSet(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to execute commands manipulating sorted sets.default <V> SortedSetCommands<String,V> RedisDataSource.sortedSet(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to execute commands manipulating sorted sets.<K,V> SortedSetCommands<K, V> Gets the object to execute commands manipulating sorted sets.default <V> SortedSetCommands<String,V> Gets the object to execute commands manipulating sorted sets. -
Uses of SortedSetCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement SortedSetCommandsMethods in io.quarkus.redis.runtime.datasource that return SortedSetCommandsModifier and TypeMethodDescription<K1,V1> SortedSetCommands<K1, V1> BlockingRedisDataSourceImpl.sortedSet(com.fasterxml.jackson.core.type.TypeReference<K1> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V1> valueType) <K1,V1> SortedSetCommands<K1, V1>