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.
Redis 作为主数据库和缓存。以及如何实施?
使用这种架构的其他优点和缺点是什么。
我可以说 redis 非常快,但我不能说出自己的优点/缺点。
对于 C# 语言绑定,我可以推荐ServiceStack.Redis。
如果您阅读文档,您将立即弄清楚如何实现“它”。
另见此处:https ://github.com/ServiceStack/ServiceStack.Redis
您选择的数据库实际上取决于您要解决的问题以及解决方案的数据需求。
优点将是高可扩展性和随之而来的性能。
缺点是增加了痛苦,并且您失去了传统 sql/oracle 提供的一些一致性保证。
如果您需要更多信息,我可以尝试提供帮助