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
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b39d1e-2c1b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b39d1e-2c1b9.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?