https://www.imooc.com/learn/839 哈希Hash特点介绍 哈希(Hash)数据类型 常用命令 赋值: https://redis.io/commands/hsethttps://redis.io/commands/hmset取值: https://redis.io/commands/hgethttps://redis.io/commands/hmgethttps://redis.io/commands/hgetall删除: https://redis.io/commands/hdelhttps://redis.io/commands/del:删除整个集合增加数字: https://redis.io/commands/hincrby其他命令: https://redis.io/commands/hexistshttps://redis.io/commands/hlen:获取属性个数https://redis.io/commands/hkeys:获取所有属性名称https://redis.io/commands/hvals:获取所有的值