This is typically due to a race condition from sharing the same Redis Client instance across multiple threads. You can share a singleton instance of ServiceStack.Redis Thread-safe Client Managers but you shouldn't share instances of Redis Client across multiple threads.

  这通常是由于跨多个线程共享相同的Redis客户端实例所导致的竞争条件。您可以共享ServiceStack的一个单例实例。Redis线程安全的客户端管理器,但您不应该跨多个线程共享Redis客户端实例。

相关文章:

  • 2022-01-19
  • 2022-01-18
  • 2021-07-11
  • 2021-12-24
  • 2022-12-23
  • 2021-07-02
  • 2022-12-23
猜你喜欢
  • 2021-12-27
  • 2022-12-23
  • 2021-10-26
  • 2021-10-01
  • 2022-12-23
  • 2021-12-15
  • 2021-07-09
相关资源
相似解决方案