Uses of Class
io.lettuce.core.SslVerifyMode
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of SslVerifyMode in io.lettuce.core
Methods in io.lettuce.core that return SslVerifyMode Modifier and Type Method Description SslVerifyModeRedisURI. getVerifyMode()Returns the mode to verify peers when usingSSL.static SslVerifyModeSslVerifyMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SslVerifyMode[]SslVerifyMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.lettuce.core with parameters of type SslVerifyMode Modifier and Type Method Description voidRedisURI. setVerifyPeer(SslVerifyMode verifyMode)Sets how to verify peers when usingSSL.RedisURI.BuilderRedisURI.Builder. withVerifyPeer(SslVerifyMode verifyMode)Configures peer verification mode.