Uses of Interface
io.quarkus.redis.datasource.set.SetCommands
-
Packages that use SetCommands Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.datasource -
-
Uses of SetCommands in io.quarkus.redis.datasource
Methods in io.quarkus.redis.datasource that return SetCommands Modifier and Type Method Description <K,V>
SetCommands<K,V>RedisDataSource. set(Class<K> redisKeyType, Class<V> memberType)
Gets the object to execute commands manipulating sets.default <V> SetCommands<String,V>
RedisDataSource. set(Class<V> memberType)
Gets the object to execute commands manipulating sets. -
Uses of SetCommands in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement SetCommands Modifier and Type Class Description class
BlockingSetCommandsImpl<K,V>
Methods in io.quarkus.redis.runtime.datasource that return SetCommands Modifier and Type Method Description <K1,V1>
SetCommands<K1,V1>BlockingRedisDataSourceImpl. set(Class<K1> redisKeyType, Class<V1> memberType)
-