Docs.rs
redis-cell-0.2.2
redis-cell 0.2.2
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
brandur
Dependencies
bitflags ^1.0
normal
libc ^0.2.0
normal
time ^0.1
normal
gcc ^0.3
build
Versions
21.43%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
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
redis_
cell
0.2.2
Module store
Module Items
Structs
Traits
In redis_
cell::
cell
redis_cell
::
cell
Module
store
Copy item path
Source
Structs
§
Internal
Redis
Store
InternalRedisStore
is a store implementation that uses Redis module APIs in that it’s designed to run from within a Redis runtime. This allows us to cut some corners around atomicity because we can safety assume that all operations will be atomic.
Memory
Store
MemoryStore
is a simple implementation of Store that persists data in an in-memory
HashMap
.
Traits
§
Store
Store exposes the atomic data store operations that the GCRA rate limiter needs to function correctly.