All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.redis.client.runtime.RedisConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
#
#Tue Dec 15 19:43:06 CET 2020
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