Commit 912a6828 authored by mohammed.shibili's avatar mohammed.shibili

first

parent 4f23397a
......@@ -5,7 +5,3 @@ from script.config.appconfig import redis_host, redis_port, redis_db, redis_db2,
r1 = redis.Redis(host=redis_host, port=redis_port, db=redis_db)
r2 = redis.Redis(host=redis_host, port=redis_port, db=redis_db2)
r3 = redis.Redis(host=redis_host, port=redis_port, db=redis_db3)
import json
from script.core.handlers.redisConnection import r1, r2, r3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment