(1) 添加 或 修改 (hset)

image.png

(2) 获取 (hget)

image.png

(3) 获取hash表中所有键值对 (hgetall)

image.png

(4) 获取hash表中所有键 (hkeys, hvals)

image.png

(5) 删除hash表中的某个键值对 (hdel)

image.png

(6) 删除整个hash表

image.png

(7) 添加 或 获取 多个 键值对 (hmset, hgetall)

image.png