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客户端实例。