mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
finish announce api
This commit is contained in:
@@ -65,9 +65,9 @@ class Test extends Command
|
||||
*/
|
||||
public function handle()
|
||||
{
|
||||
|
||||
$peer = Peer::query()->first();
|
||||
echo $peer->prev_action->timestamp;
|
||||
$redis = Redis::connection()->client();
|
||||
$r = $redis->get('5da94a358e67cb5181166ae2611c2fd9');
|
||||
dd($r);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user