Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fdb_kv_set_blob(kvdb, "temp", fdb_blob_make(&blob, &temp_data, sizeof(temp_data)
| db | Database Objects |
| key | KV name |
| blob | Return the blob value of KV through the blob object |
| Return | Error Code |
| Return | Length of blob data actually read |

Example:

Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fdb_kv_set_blob(kvdb, "temp", fdb_blob_make(&blob, &temp_data, sizeof(temp_data)
| db | 数据库对象 |
| key | KV 的名称 |
| blob | 通过 blob 对象,返回 KV 的 blob value |
| 返回 | 错误码 |
| 返回 | 实际读取到的 blob 数据长度 |

示例:

Expand Down