HGET key field
Time complexity: O(1)
Bulk string reply: the value associated with , or nil
when is not present in the hash or key
does not exist.
*Examples
redis> HGET myhash field1
Time complexity: O(1)
Bulk string reply: the value associated with , or nil
when is not present in the hash or key
does not exist.
redis> HGET myhash field1
本文档使用 全库网 构建