improve Nexus boot

This commit is contained in:
xiaomlove
2022-04-07 15:44:43 +08:00
parent 25a4cdfafc
commit ebe47b1ba3
4 changed files with 34 additions and 48 deletions
-2
View File
@@ -134,8 +134,6 @@ class Test extends Command
// $key = "dddd1";
// $model = \App\Models\TorrentSecret::query()->where('id', 1)->first();
// \Nexus\Database\NexusDB::cache_put($key, $model);
$value = NexusDB::cache_get("tracker_report_authkey_secret:1:10002");
dd($value);
}