Home > Back-end >  Why read the stored redis and redisson using the same redis server, performance will decline a lot
Why read the stored redis and redisson using the same redis server, performance will decline a lot

Time:02-24

Why read the stored redis (business code to use) and redisson using the same redis server, performance will decline a lot, and then separately with two redis service, performance rise a lot,,

CodePudding user response:

Redis is a single thread
  • Related