Add: syncNow

This commit is contained in:
eight 2019-09-28 02:28:48 +08:00
parent 0f2de4d989
commit f16ba4c401

View File

@ -57,7 +57,8 @@ const sync = (() => {
start, start,
stop, stop,
put: ctrl.put, put: ctrl.put,
delete: ctrl.delete delete: ctrl.delete,
syncNow: ctrl.syncNow
}; };
function start(name) { function start(name) {