You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
本次重构将会添加以下内容:
This refactoring will add the following:
Redis 连接与连接器的统一接口 7d80dd9
Unified interface for Redis connections and connectors. 7d80dd9
MongoDB 4.x 版本的适配 f5288d0
Adaptation for MongoDB 4.x versions. f5288d0
MongoDB 对数据库操作的连接器接口现在返回 Future,代表数据库操作执行结果 f5288d0
MongoDB's connection interface for database operations now returns a Future, which represents the execution result of the database operation. f5288d0
本次重构将会添加以下内容:
This refactoring will add the following:
Unified interface for Redis connections and connectors. 7d80dd9
Adaptation for MongoDB 4.x versions. f5288d0
MongoDB's connection interface for database operations now returns a Future, which represents the execution result of the database operation. f5288d0
MongoDB cluster support. f5288d0
Redis cluster support.
此外,我们需要重新编写集成测试提高覆盖率,这一部分稍后更新。
In addition, we need to rewrite the integration tests to improve coverage, this part will be updated later.
The text was updated successfully, but these errors were encountered: