一个 redis 的 hash key 所存储的所有 key-value 总和有没有大小限制?
如果一个 hash key 存储过多的 key-value ,例如存储一百万个, hget hashkey key 这样获取 vlue 的查询方法会不会很慢啊?