Redis connection pool

  1. ask a question: 1-100 servers, each service maintains a globalredis pool; (is connected to a redis)

will there be too many global redis connections?
there is no maintenance pool, so turn it off after using it

.
  1. the local redis is maintained by a connection pool
  2. do you want to add global?

our system architecture is that more than 100 servers share one global redis

Mar.01,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-7b1f24-1e6d0.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-7b1f24-1e6d0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?