mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-04-22 19:03:34 +08:00
finish memcached plugin
This commit is contained in:
@@ -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 = ->
|
||||
|
||||
Reference in New Issue
Block a user