redisctl-core 0.10.0

Core library for Redis CLI tools - config, workflows, and shared logic
Documentation
1
2
3
4
5
6
7
8
9
10
//! Cloud-specific workflows and helpers
//!
//! This module provides higher-level operations that compose Layer 1 calls
//! for Redis Cloud. For simple operations, use `redis_cloud` directly.

pub mod params;
pub mod workflows;

pub use params::*;
pub use workflows::*;