1.如果只想删除redis的hash结构中某个字段 可以使用 hDel命令完成 例如:hdel hashkey field
2.那么如何删除整个hash的键值呢?删除整个hash表的方法是使用 delete命令或者unlink命令
示例:delete hashkey unlink hashkey