gozhhu
gozhhu
如果没用php的geohash,那可以直接用redis的。如果用了的话,我想转换难度还是很大的。我是不打算换了 2018-05-08 17:48 GMT+08:00 Geoge-Henry : > Redis也提供了GEO服务: > http://www.redis.cn/commands.html#geo > > 但是redis的geohash值算出来是11位的,而作者该方法算出来12位,是否可以做关联或者后续进一步完善? > > — > You are receiving this because you are subscribed to this thread. > Reply...
` //$this->app['command.gearman'] = $this->app->share( $this->app->singleton('command.gearman', ` but another problem is: ` php artisan gearman In BoundMethod.php line 135: Method demi\gearman\laravel5\Console\SupervisorCommand::handle() does not exist ` Maybe we need change "SupervisorCommand::fire" to...