Uses of Class
org.redisson.config.BaseConfig
Packages that use BaseConfig
-
Uses of BaseConfig in org.redisson.config
Classes in org.redisson.config with type parameters of type BaseConfigSubclasses of BaseConfig in org.redisson.configModifier and TypeClassDescriptionclassBaseMasterSlaveServersConfig<T extends BaseMasterSlaveServersConfig<T>>classclassclassConfiguration for an Azure Redis Cache or AWS ElastiCache servers.classclassMethods in org.redisson.config that return BaseConfigModifier and TypeMethodDescriptionBaseConfig.setCommandMapper(CommandMapper commandMapper) Defines Command mapper which maps Redis command name.BaseConfig.setSslCiphers(String[] sslCiphers) Defines SSL ciphers.BaseConfig.setSslKeyManagerFactory(KeyManagerFactory keyManagerFactory) Defines SSL KeyManagerFactory.BaseConfig.setSslTrustManagerFactory(TrustManagerFactory trustManagerFactory) Defines SSL TrustManagerFactory. -
Uses of BaseConfig in org.redisson.connection
Methods in org.redisson.connection with parameters of type BaseConfigModifier and TypeMethodDescriptionprotected final CompletionStage<RedisConnection> MasterSlaveConnectionManager.connectToNode(NodeType type, BaseConfig<?> cfg, RedisURI addr, String sslHostname) protected final CompletionStage<RedisConnection> MasterSlaveConnectionManager.connectToNode(BaseConfig<?> cfg, RedisURI addr, String sslHostname)