finish memcached plugin

This commit is contained in:
jysperm
2014-07-20 01:03:51 +08:00
parent 39236fe4ef
commit f47b066024
6 changed files with 58 additions and 22 deletions

View File

@@ -69,7 +69,7 @@ exports.getProcessList = (callback) ->
command: result[11]
}
app.redis.setex 'rp:process_list', 10, JSON.stringify(plist), ->
app.redis.setex 'rp:process_list', 5, JSON.stringify(plist), ->
callback plist
exports.monitoring = ->