Uses of Interface
io.quarkus.redis.datasource.value.ValueCommands
Packages that use ValueCommands
-
Uses of ValueCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return ValueCommandsModifier and TypeMethodDescription<K,V> ValueCommands<K, V> RedisDataSource.value(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to execute commands manipulating stored strings.default <V> ValueCommands<String,V> RedisDataSource.value(com.fasterxml.jackson.core.type.TypeReference<V> valueType) Gets the object to execute commands manipulating stored strings.<K,V> ValueCommands<K, V> Gets the object to execute commands manipulating stored strings.default <V> ValueCommands<String,V> Gets the object to execute commands manipulating stored strings. -
Uses of ValueCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement ValueCommandsMethods in io.quarkus.redis.runtime.datasource that return ValueCommandsModifier and TypeMethodDescription<K,V> ValueCommands<K, V> BlockingRedisDataSourceImpl.value(com.fasterxml.jackson.core.type.TypeReference<K> redisKeyType, com.fasterxml.jackson.core.type.TypeReference<V> valueType) <K,V> ValueCommands<K, V>