Skip to content

Commit

Permalink
Bring back redis-over-tls (rediss) support
Browse files Browse the repository at this point in the history
This bumps opendal and reqsign (required to
support rusttls)
  • Loading branch information
grembo committed Sep 27, 2023
1 parent ac8c225 commit f52c678
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
18 changes: 11 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ strip = true
anyhow = { version = "1.0", features = ["backtrace"] }
ar = "0.9"
async-trait = "0.1"
backon = "0.4.1"
base64 = "0.21"
bincode = "1"
blake3 = "1"
Expand Down Expand Up @@ -60,7 +61,7 @@ opendal = { version = "0.40.0", optional = true }
openssl = { version = "0.10.55", optional = true }
rand = "0.8.4"
regex = "1.7.3"
reqsign = { version = "0.14", optional = true }
reqsign = { version = "0.14.1", optional = true }
reqwest = { version = "0.11", features = [
"json",
"blocking",
Expand Down Expand Up @@ -151,7 +152,7 @@ gcs = ["opendal", "reqsign", "url", "reqwest/blocking", "trust-dns-resolver"]
gha = ["opendal"]
memcached = ["opendal/services-memcached"]
native-zlib = []
redis = ["url", "opendal/services-redis"]
redis = ["url", "opendal/services-redis", "opendal/services-redis-rustls"]
s3 = ["opendal", "reqsign"]
webdav = ["opendal"]
# Enable features that will build a vendored version of openssl and
Expand Down

0 comments on commit f52c678

Please sign in to comment.