Commit 90fcaaab authored by 张彦钊's avatar 张彦钊

change test file

parent a2fe59b3
......@@ -122,7 +122,7 @@ def group_redis(device_id,cid_list):
r.set(key, json.dumps(cids))
else:
r.set(key, json.dumps(cids))
r.expire(key, 7 * 24 * 60 * 60)
r.expire(key, 60*60)
def group_write(rdd):
......
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