add simple index page for user use

This commit is contained in:
creations 2025-06-01 07:56:02 -04:00
parent f9a4a30e61
commit 0a0a1b2a50
Signed by: creations
GPG key ID: 8F553AA4320FC711
8 changed files with 412 additions and 20 deletions

View file

@ -1,5 +1,5 @@
use redis::Client;
use redis::aio::MultiplexedConnection;
use redis::Client;
use std::env;
pub async fn connect() -> MultiplexedConnection {