Resetting utils subtree.

This commit is contained in:
2025-06-12 10:53:48 +05:30
parent 94a254474c
commit 65cceb1a5a
169 changed files with 58 additions and 136755 deletions
+2 -2
View File
@@ -41,7 +41,7 @@ import os
# Utils:
from utils_v2.string import json
from utils_v2.date_time import date_time
from utils_v2.cache.async_redis_cache import AsyncRedisCache
from utils_v2.cache.async_redis_cache_v3 import AsyncRedisCache
# For async activities:
import asyncio
@@ -93,7 +93,7 @@ if __name__ == "__main__":
print("Connecting...")
my_cache = AsyncRedisCache(
connection_string = r"redis://:dc4da94197c843ab6a730113c2b801d9@192.168.2.251/0",
connection_string = input("Connection String: "),
ping_counter = 100,
debug = False
)