pub async fn connect( postgres_dsn: &str, redis_url: &str, ) -> Result<Storage, StorageError>
Establishes connectivity to PostgreSQL and Redis backends.