Package io.quarkus.redis.client
Interface RedisOptionsCustomizer
public interface RedisOptionsCustomizer
Beans exposing the
RedisClientOptionsCustomizer interface has the possibility to extend/modify the
RedisOptions before they are used to create the RedisClient or
RedisDataSource.-
Method Summary
-
Method Details
-
customize
Allows customizing the options for the client namedclientName. The passedoptionsmust be modified in-place.- Parameters:
clientName- the client name,RedisConfig.DEFAULT_CLIENT_NAMEfor the default client.options- the options.
-