7 lines
91 B
Rust
7 lines
91 B
Rust
/// Subscribe to a redis channel
|
|
|
|
#[tokio::main]
|
|
async fn main() {
|
|
unimplemented!();
|
|
}
|