Skip to content

Commit

Permalink
Correct the document of default feature flags (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
naskya committed May 14, 2024
1 parent 523b4eb commit 91b0821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redis/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//! if so desired. Some of them are turned on by default.
//!
//! * `acl`: enables acl support (enabled by default)
//! * `aio`: enables async IO support (enabled by default)
//! * `aio`: enables async IO support (optional)
//! * `geospatial`: enables geospatial support (enabled by default)
//! * `script`: enables script support (enabled by default)
//! * `r2d2`: enables r2d2 connection pool support (optional)
Expand All @@ -62,7 +62,7 @@
//! * `cluster-async`: enables async redis cluster support (optional)
//! * `tokio-comp`: enables support for tokio (optional)
//! * `connection-manager`: enables support for automatic reconnection (optional)
//! * `keep-alive`: enables keep-alive option on socket by means of `socket2` crate (optional)
//! * `keep-alive`: enables keep-alive option on socket by means of `socket2` crate (enabled by default)
//!
//! ## Connection Parameters
//!
Expand Down

0 comments on commit 91b0821

Please sign in to comment.