File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 48
48
//! # fn main() {}
49
49
//! ```
50
50
//!
51
- //! ## Unix Sockets
51
+ //! ## Optional Features
52
52
//!
53
- //! By default this library does not support unix sockets on older versions
54
- //! of Rust but you can optionally compile it with unix sockets enabled by
55
- //! enabling the `with-unix-sockets` feature flag. On rust 1.10 or later
56
- //! this is not needed.
53
+ //! There are currently two features defined that can enable additional
54
+ //! functionality if so desired.
57
55
//!
58
- //! ```ini
59
- //! [dependencies.redis]
60
- //! version = "*"
61
- //! features = ["with-unix-sockets"]
62
- //! ```
56
+ //! `with-unix-sockets`:
57
+ //! By default this library does not support unix sockets on older versions
58
+ //! of Rust but you can optionally compile it with unix sockets enabled by
59
+ //! enabling the `with-unix-sockets` feature flag. On rust 1.10 or later
60
+ //! this is not needed.
61
+ //!
62
+ //! `with-rustc-json`:
63
+ //! This feature flag enables the `rustc_serialize` JSON support.
63
64
//!
64
65
//! ## Connection Parameters
65
66
//!
You can’t perform that action at this time.
0 commit comments