Closed CodeMonkeyLuffy closed 6 years ago
Details
找不到redis方法报错
class TestCommand { /** * @Inject() * @var \Swoft\Redis\Redis */ private $redis; /** * this test command */ public function test(Input $input, Output $output) { $result = $this->redis->set('name', 'swoft'); var_dump($result); }
Command 是实现不了的,会影响 Reload 功能
command process 不能使用service? 只能使用logic?
这个是两个不同的生命周期,暂时不好实现,后续想下有没有好办法!
Details