hash_del
Remove specified fields from a Redis hash key using this tool. Input the hash key and field(s) to delete, streamlining data management in Redis databases.
Instructions
删除哈希字段
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | Yes | 要删除的字段名或字段名数组 | |
key | Yes | 哈希键名 |