suyanhanx commented on code in PR #3545:
URL:
https://github.com/apache/incubator-opendal/pull/3545#discussion_r1387408295
##########
core/src/services/redis/backend.rs:
##########
@@ -281,7 +281,7 @@ impl RedisBuilder {
let port = ep_url.port_u16().unwrap_or(DEFAULT_REDIS_PORT);
ConnectionAddr::Tcp(host, port)
}
- Some("rediss") => {
+ Some("redis") => {
Review Comment:
Hi, this is not typo, rediss means that redis over tls, like https,
https://www.iana.org/assignments/uri-schemes/prov/rediss. Please revert it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]