Function fred::monitor::run

source ยท
pub async fn run(
    config: RedisConfig,
) -> Result<impl Stream<Item = Command>, RedisError>
Available on crate feature monitor only.
Expand description

Run the MONITOR command against the provided server.

Currently only centralized configurations are supported.