File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 71
71
//! the Redis SUBSCRIBE command to be notified of new messages and issue a `receiveMessage` then. However make sure not
72
72
//! to listen with multiple workers for new messages with SUBSCRIBE to prevent multiple simultaneous `receiveMessage`
73
73
//! calls.
74
- //!
74
+ //!
75
75
//! ## Time Precision
76
- //!
77
- //! By default this library keeps compatibility with the JS counterpart. If you require
76
+ //!
77
+ //! By default this library keeps compatibility with the JS counterpart. If you require
78
78
//! sub-second precision or are sending many messages very close together and require to
79
79
//! keep track of them with more precision than one second, you can enable the feature
80
80
//! `break-js-comp` like this on your `Cargo.toml`
81
- //!
81
+ //!
82
82
//! ```toml
83
83
//! rsmq_async = { version = "11", features = [ "break-js-comp" ] }
84
84
//! ```
You can’t perform that action at this time.
0 commit comments