Docs.rs
redis-cli-0.3.1
redis-cli 0.3.1
Permalink
Docs.rs crate page
MIT/Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
zensh
Dependencies
clap ^2.5.2
normal
resp ^0.3.6
normal
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
redis_
cli
0.3.1
All Items
Crate Items
Structs
Enums
Constants
Functions
Crate
redis_cli
Copy item path
Source
Structs
§
Client
Decoder
A streaming RESP decoder.
Enums
§
Value
Represents a RESP value, see
Redis Protocol specification
.
Constants
§
COMMANDS
Functions
§
create_
client
encode_
slice
Encode a array of slice string to RESP binary buffer. It is usefull for redis client to encode request command.