redis-cloud 0.9.5

Redis Cloud REST API client library
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Flexible (pay-as-you-go) subscriptions and databases
//!
//! Flexible plans allow dynamic resource allocation with usage-based pricing,
//! as opposed to fixed plans with predetermined resources.

pub mod databases;
pub mod subscriptions;

// Re-export handlers for convenience
pub use databases::DatabaseHandler;
pub use subscriptions::SubscriptionHandler;