相关文章推荐
含蓄的人字拖  ·  python ...·  10 月前    · 
耍酷的木瓜  ·  linux - LFTP - Create ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

Recently we switch to asp.net redis session provider. Since then we keep getting the error below:

Timeout performing EVAL, inst: 1, mgr: Inactive, err: never, queue: 6, qu: 0, qs: 6, qc: 0, wr: 0, wq: 0, in: 0, ar: 0, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), clientName: PC63020

Yes I did ask the same question here

Azure Redis Session State error Timeout performing EVAL, inst:1 , queue:2

But the still hasn't been resolved. I changed premium redis with 6BG Cache.

Is Redis buggy or is there specific settting we need to provide this issue?

https://github.com/Azure/aspnet-redis-providers/wiki/Configuration

Consider changing value of connectionTimeoutInMilliseconds, operationTimeoutInMilliseconds, retryTimeoutInMilliseconds according to application needs.

Is you APP and Redis Cache are in same region? if not then you might need larger timeout values. Also if you can share your session state configuration and other information I can help you more.

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .