How swoft uses redis in the customization process

use redis to report errors in custom processes

Dec.16,2021

the custom process enables collaborative mode, and the redis connection pool uses App::getBean () to get


is this a redis extension?

  • How swoft uses sql queries from other libraries

    problem description other official database query methods are Query::table (User::class)-> selectInstance ( other )-> where ( id , $userid)-> limit (1)-> get ()-> getResult (); but I find it troublesome. I want to operate other databases in the...

    Nov.10,2021
  • Swoft micro-service issues

    swoft microservice registration service found that the service name needs to be configured in the global file. There will be multiple services in a project, and if my service name is userservice, all the other services in this project will be userservice...

    Dec.02,2021
Menu