Commit af7b440e authored by 郭羽's avatar 郭羽

item feature clean

parent 889377ea
......@@ -9,7 +9,7 @@ def test():
VERSION = configUtils.SERVICE_VERSION
FEATURE_ITEM_KEY = "Strategy:rec:feature:service:" + VERSION + ":item:"
conn = connUtils.getRedisConn4()
keys = conn.keys(FEATURE_ITEM_KEY)
keys = conn.keys(FEATURE_ITEM_KEY+"*")
num = 0
for k in keys:
v = conn.get(k)
......
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