Commit e0bb78ea authored by lixiaofang's avatar lixiaofang

add

parent 4043f4d5
......@@ -11,6 +11,7 @@ if __name__ == "__main__":
now = datetime.datetime.now().minute
redis_key1 = "cybertron:set_reply_id:one"
redis_client = set_reply_to_redis()
logging.info("get now -----munite:%s" % now)
have_reply1 = redis_client.hget(redis_key1, now - 5)
result = json.loads(str(have_reply1, encoding="utf-8"))
if result:
......
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