add simple index page for user use
This commit is contained in:
parent
f9a4a30e61
commit
0a0a1b2a50
8 changed files with 412 additions and 20 deletions
|
@ -1,5 +1,5 @@
|
|||
use redis::Client;
|
||||
use redis::aio::MultiplexedConnection;
|
||||
use redis::Client;
|
||||
use std::env;
|
||||
|
||||
pub async fn connect() -> MultiplexedConnection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue