Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 .NET 下运行 Redis?
我了解一般用例是 Redis 不在进程中,并且可能在另一台服务器上。我正在开发的应用程序需要进程内缓存和进程外缓存。我的想法是,我想为进程内和进程外的需求使用相同的应用程序/库。
不,你不能那样做。您应该Cache在进程中使用或类似。
Cache
但是您绝对走在正确的轨道上,进行 2 级缓存 (L1+L2)。Stack Exchange 自己也这样做。参见例如: