Commit ddfba5cc authored by 赵威's avatar 赵威

change direction

parent 00c466f3
......@@ -19,7 +19,7 @@ object Redis {
pRc4.del(key)
ids.foreach { id =>
println(id)
pRc4.lpush(key, id)
pRc4.rpush(key, id)
}
pRc4.expire(key, 60 * 60 * 24 * 15)
}
......
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