HKEYS key

    Time complexity: O(N) where N is the size of the hash.

    : list of fields in the hash, or an empty list when key does not exist.

    *Examples

    redis> HSET myhash field2 "World"

    redis>