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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
redis_
cli
0.3.1
redis_cli
Function
create_client
Copy item path
Source
pub fn create_client( hostname: &
str
, port:
u16
, password: &
str
, db:
u16
, ) ->
Result
<
Client
>