Uses of Interface
io.quarkus.redis.datasource.sortedset.SortedSetCommands
-
Packages that use SortedSetCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of SortedSetCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return SortedSetCommands Modifier and Type Method Description <K,V>
SortedSetCommands<K,V>RedisDataSource. sortedSet(Class<K> redisKeyType, Class<V> valueType)Gets the object to execute commands manipulating sorted sets.default <V> SortedSetCommands<String,V>RedisDataSource. sortedSet(Class<V> valueType)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 SortedSetCommands Modifier and Type Class Description classBlockingSortedSetCommandsImpl<K,V>Methods in io.quarkus.redis.runtime.datasource that return SortedSetCommands Modifier and Type Method Description <K1,V1>
SortedSetCommands<K1,V1>BlockingRedisDataSourceImpl. sortedSet(Class<K1> redisKeyType, Class<V1> valueType)
-