refactor wip

This commit is contained in:
Timur Gordon
2025-08-05 12:19:38 +02:00
parent 8ed40ce99c
commit 7a652c9c3c
51 changed files with 6183 additions and 840 deletions

View File

@@ -25,7 +25,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.host("127.0.0.1")
.port(8443)
.redis_url("redis://localhost:6379")
.worker_id("test")
.with_auth()
.build() {
Ok(server) => {

View File

@@ -63,7 +63,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.host("127.0.0.1")
.port(8443)
.redis_url("redis://localhost:6379")
.worker_id("circle_test")
.with_auth()
.circles(circles)
.build()?;

View File

@@ -15,7 +15,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.host("127.0.0.1")
.port(8443)
.redis_url("redis://localhost:6379")
.worker_id("test")
.build() {
Ok(server) => {
println!("🚀 Built server...");

View File

@@ -25,7 +25,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
.host("127.0.0.1")
.port(8443)
.redis_url("redis://localhost:6379")
.worker_id("test")
.with_auth()
.build() {
Ok(server) => {