摘要:
create user root@'%' identified by ''; grant all privileges on *.* to root@'%' with grant option; alter user root@'%' identified with caching_sha2_pas 阅读全文
摘要:
public function main() { $redis = ApplicationContext::getContainer()->get(\Redis::class); while (true) { $message = $redis->rpop(self::KEY_GROUP_TASK) 阅读全文