Docs.rs
redis-kiss-0.1.4
redis-kiss 0.1.4
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
insertish
Dependencies
bincode ^1.3.3
normal
lazy_static ^1.4.0
normal
mobc ^0.8.1
normal
mobc-redis ^0.8.0
normal
redis ^0.23.0
normal
rmp-serde ^1.0.0
normal
serde ^1.0.115
normal
serde_json ^1.0.78
normal
async-std ^1.10.0
dev
futures ^0.3.19
dev
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
☰
Crate redis_kiss
Version 0.1.4
All Items
Re-exports
Structs
Enums
Traits
Functions
Type Definitions
?
Crate
redis_kiss
source
·
[
−
]
Re-exports
pub use
redis
;
Structs
REDIS_KISS_LENIENT
REDIS_PAYLOAD_TYPE
REDIS_URI
Enums
Error
PayloadType
Traits
AsyncCommands
Implements common redis commands over asynchronous connections. This allows you to send commands straight to a connection or client.
Functions
decode_payload
decode_payload_using
get_connection
open_pubsub_connection
p
publish
Type Definitions
Conn