Resetting utils subtree.
This commit is contained in:
+2
-2
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user