Open
Conversation
Contributor
IceChestnut
commented
Aug 4, 2025
- 添加 SaveAll 和 Get 方法支持保存和获取文档的所有字段,包括未标记 FtFieldAttribute 的字段 添加异步版本 SaveAllAsync 和 GetAsync 方法
- 重构文档反序列化逻辑为统一的 DeserializeDocumentCore 方法
- 完善文档注释和特性说明
添加 SaveAll 和 Get 方法支持保存和获取文档的所有字段,包括未标记 FtFieldAttribute 的字段 添加异步版本 SaveAllAsync 和 GetAsync 方法 重构文档反序列化逻辑为统一的 DeserializeDocumentCore 方法 完善文档注释和特性说明
Owner
|
大大,能否只提交变化的部分呢?空格换行那些太多了,不好审查 |
Contributor
Author
|
不好意思才看到,vs自动把tab都改成空格了所以看着改动很多,已经把IRedisClient改为tab缩进了,主要是把RediSearch相关方法放进IRedisClient接口了,现在每次用DI获取到IRedisClient都要再转换成RedisClient实例感觉很别扭🤯 |
2881099
approved these changes
Aug 7, 2025
src/FreeRedis/RedisClient/Modules/RediSearchBuilder/FtDocumentRepository.cs
Show resolved
Hide resolved
src/FreeRedis/RedisClient/Modules/RediSearchBuilder/FtDocumentRepository.cs
Show resolved
Hide resolved
2881099
approved these changes
Aug 7, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.