summaryrefslogtreecommitdiff
path: root/Code/configure.py
diff options
context:
space:
mode:
authorLan Hui <lanhui@zjnu.edu.cn>2025-07-30 18:11:35 +0800
committerLan Hui <lanhui@zjnu.edu.cn>2025-07-30 18:11:35 +0800
commitf6d8fd9133c387a1ec7938e028c1289322cf739e (patch)
tree7e2f5108bd3c2e11897d4f25a07ab2188b3c478c /Code/configure.py
parentd1de8f4648f691879619f42af1e3aedaae94c499 (diff)
Use redis to transfer newly mapped data [not tested]
Diffstat (limited to 'Code/configure.py')
-rw-r--r--Code/configure.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/Code/configure.py b/Code/configure.py
index f12eed9..be04994 100644
--- a/Code/configure.py
+++ b/Code/configure.py
@@ -59,3 +59,6 @@ SQLITE_EDGE_FILE = '../Data/temp/edges.sqlite'
DIFF_EDGE_FILE = '../Data/temp/edges-diff.txt' # the difference between two edge files from yesterday and from today
TARGET_TF_FILE = '../Data/information/target_tf.txt'
+
+# Redis channel for sending newly mapped data
+REDIS_CHANNEL = 'SalmonQuant'