Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Functional refactoring of MongoDB and Redis modules #16

Open
4 of 5 tasks
hanbings opened this issue Feb 18, 2023 · 0 comments
Open
4 of 5 tasks

Functional refactoring of MongoDB and Redis modules #16

hanbings opened this issue Feb 18, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@hanbings
Copy link
Owner

hanbings commented Feb 18, 2023

本次重构将会添加以下内容:
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
  • MongoDB 集群支持 f5288d0
    MongoDB cluster support. f5288d0
  • Redis 集群支持
    Redis cluster support.

此外,我们需要重新编写集成测试提高覆盖率,这一部分稍后更新。
In addition, we need to rewrite the integration tests to improve coverage, this part will be updated later.

@hanbings hanbings added the enhancement New feature or request label Feb 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants