doc: add custom decoding guide to README

This commit is contained in:
Lykin 2024-04-01 10:08:49 +08:00
parent 2e620f7050
commit cda10ed279
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ Linux.</strong>
* Support import/export data. * Support import/export data.
* Support publish/subscribe. * Support publish/subscribe.
* Support import/export connection profile. * Support import/export connection profile.
* Custom data encoder and decoder for value display. * Custom data encoder and decoder for value display ([Here are the instructions](https://redis.tinycraft.cc/guide/custom-decoder/)).
## Installation ## Installation

View File

@ -46,7 +46,7 @@
* 支持导入/导出数据 * 支持导入/导出数据
* 支持发布订阅 * 支持发布订阅
* 支持导入/导出连接配置 * 支持导入/导出连接配置
* 自定义数据展示编码/解码 * 自定义数据展示编码/解码([这是操作指引](https://redis.tinycraft.cc/zh/guide/custom-decoder/))
## 安装 ## 安装