Docs.rs
embedded-redis-0.8.0
embedded-redis 0.8.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
marius-meissner
TobiNeo
Dependencies
bytes ^1.9.0
normal
embedded-nal ^0.9.0
normal
embedded-time ^0.12.1
normal
mockall ^0.13.1
normal
optional
nb ^1.1.0
normal
redis-protocol ^6.0.0
normal
mockall ^0.13.1
dev
mm-std-embedded-nal ^0.4.0
dev
std-embedded-time ^0.1.0
dev
Versions
73.58%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
embedded_
redis
0.8.0
Module helpers
Module Items
Structs
In embedded_
redis::
commands
embedded_redis
::
commands
Module
helpers
Copy item path
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