Docs.rs
rusty-sidekiq-0.13.2
rusty-sidekiq 0.13.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
film42
Dependencies
async-trait ^0.1.74
normal
bb8 ^0.9.0
normal
chrono ^0.4
normal
convert_case ^0.7.1
normal
cron_clock ^0.8.0
normal
gethostname ^0.5.0
normal
hex ^0.4
normal
num_cpus ^1.13
normal
rand ^0.8
normal
redis ^0.28
normal
serde ^1.0
normal
serde_json ^1
normal
serial_test ^3.1.1
normal
sha2 ^0.10.6
normal
simple-process-stats ^1.0.0
normal
optional
slog-term ^2.9
normal
thiserror ^2.0.0
normal
tokio ^1
normal
tokio-util ^0.7.10
normal
tracing ^0.1.40
normal
tracing-subscriber ^0.3.17
normal
Versions
11.5%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sidekiq
0.13.2
Redis
Pool
Aliased Type
In crate sidekiq
sidekiq
Type Alias
RedisPool
Copy item path
Source
pub type RedisPool =
Pool
<
RedisConnectionManager
>;
Aliased Type
ยง
pub struct RedisPool {
/* private fields */
}