HVALS key
起始版本:2.0.0
时间复杂度:O(N) where N is the size of the hash.
说明:
- 返回 key 指定的哈希集中所有字段的值。
返回值
array-reply:哈希集中的值的列表,当 key 指定的哈希集不存在时返回空列表。
示例
1 | redis> HSET myhash field1 "Hello" |
起始版本:2.0.0
时间复杂度:O(N) where N is the size of the hash.
array-reply:哈希集中的值的列表,当 key 指定的哈希集不存在时返回空列表。
1 | redis> HSET myhash field1 "Hello" |
微信支付
支付宝