(20241231) Redis string changed.

This commit is contained in:
2024-12-31 07:49:52 +00:00
parent ea594b92b2
commit 2ac975614d
+3 -1
View File
@@ -342,7 +342,9 @@ async def init():
global redis_cache global redis_cache
redis_cache = AsyncRedisCache( redis_cache = AsyncRedisCache(
connection_string = r"redis://:dc4da94197c843ab6a730113c2b801d9@192.168.2.251/0" # connection_string = r"redis://:dc4da94197c843ab6a730113c2b801d9@192.168.2.251/0",
connection_string = r"redis://:dc4da94197c843ab6a730113c2b801d9@wtt.ditscentre.in/0",
debug = True
) )
# Start consuming ticks in the background: # Start consuming ticks in the background: