Commit deebe538 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 26833b26
......@@ -22,7 +22,7 @@ async function getAllKeysByUUID(uuid) {
async function addIp(uuid, ip) {
let key = uuid + '_' + ip
let ttl = 1 * 60
let ttl = 5 * 60
return await client.multi()
.incr(key)
......
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