Skip to content

Commit

Permalink
add missed upstream features
Browse files Browse the repository at this point in the history
  • Loading branch information
edmondwinston committed Dec 22, 2023
1 parent b187027 commit 408267c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ tokio = { version = "1.0.0", features = ["macros", "rt-multi-thread"] }

[features]
default = ["redis/default"]
acl = []
acl = ["redis/acl"]
aio = ["redis/aio"]
geospatial = []
geospatial = ["redis/geospatial"]
json = ["redis/json"]
cluster = ["redis/cluster"]
script = ["redis/script"]
Expand All @@ -31,8 +31,8 @@ tls-rustls = ["redis/tls-rustls", "redis/tokio-rustls"]
tls-rustls-insecure = ["redis/tls-rustls-insecure"]
tls-rustls-webpki-roots = ["redis/tls-rustls-webpki-roots"]
connection-manager = ["redis/connection-manager"]
streams = []
streams = ["redis/streams"]
cluster-async = ["redis/cluster-async"]
keep-alive = ["redis/keep-alive"]
sentinel = ["redis/sentinel"]
tcp_nodelay = []
tcp_nodelay = ["redis/tcp_nodelay"]

0 comments on commit 408267c

Please sign in to comment.