Docs.rs
embedded-redis-0.4.0
embedded-redis 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
marius-meissner
TobiNeo
Dependencies
bytes ^1.1.0
normal
embedded-nal ^0.6.0
normal
embedded-time ^0.12.1
normal
mockall ^0.11.0
normal
nb ^1.0.0
normal
redis-protocol-mm ^4.1.0
normal
mockall ^0.11.0
dev
std-embedded-nal ^0.1.2
dev
std-embedded-time ^0.1.0
dev
Versions
62.89%
of the crate is documented
Go to latest version
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
☰
Module helpers
Structs
?
Module
embedded_redis
::
commands
::
helpers
source
·
[
−
]
Expand description
Helpers for command abstraction.
Structs
CmdBytes
Helper for casting Bytes to frames
CmdInt
Helper for casting integers to frame types
CmdStr
Helper for casting Strings to frame types
RespInt
Helper for casting response integers to frame types
RespMap
Helper for finding & casting map elements