Uses of Interface
io.quarkus.redis.datasource.RedisDataSource
-
Packages that use RedisDataSource Package Description io.quarkus.redis.datasource io.quarkus.redis.runtime.client io.quarkus.redis.runtime.datasource -
-
Uses of RedisDataSource in io.quarkus.redis.datasource
Method parameters in io.quarkus.redis.datasource with type arguments of type RedisDataSource Modifier and Type Method Description voidRedisDataSource. withConnection(Consumer<RedisDataSource> consumer)Retrieves aRedisDataSourceusing a single connection with the Redis server. -
Uses of RedisDataSource in io.quarkus.redis.runtime.client
Methods in io.quarkus.redis.runtime.client that return types with arguments of type RedisDataSource Modifier and Type Method Description Supplier<RedisDataSource>RedisClientRecorder. getBlockingDataSource(String name) -
Uses of RedisDataSource in io.quarkus.redis.runtime.datasource
Classes in io.quarkus.redis.runtime.datasource that implement RedisDataSource Modifier and Type Class Description classBlockingRedisDataSourceImplMethod parameters in io.quarkus.redis.runtime.datasource with type arguments of type RedisDataSource Modifier and Type Method Description voidBlockingRedisDataSourceImpl. withConnection(Consumer<RedisDataSource> consumer)
-