io.quarkus.redis.client.runtime.RedisConfig.jdp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of quarkus-redis-client Show documentation
Show all versions of quarkus-redis-client Show documentation
Connect to Redis in either imperative or reactive style
#
#Wed Feb 10 17:09:35 CET 2021
io.quarkus.redis.client.runtime.RedisConfig.defaultClient=The default redis client
io.quarkus.redis.client.runtime.RedisConfig.additionalRedisClients=Configures additional Redis client connections.\n\nEach client has a unique identifier which must be identified to select the right connection.\nFor example\:\n
\n\n
\nquarkus.redis.client1.hosts \= redis\://localhost\:6379\nquarkus.redis.client2.hosts \= redis\://localhost\:6380\n
\n\nAnd then use the {@link RedisClientName} annotation to select the {@link RedisClient} or\n{@link io.quarkus.redis.client.reactive.ReactiveRedisClient}.\n
\n\n
\n{@code\n&\#64;RedisClientName("client1")\n&\#64;Inject\nRedisClient redisClient1\n}\n
© 2015 - 2025 Weber Informatics LLC | Privacy Policy