Add the time complexity to the redis-cli help option.

help hmset

    HMSET key field value [field value ...]
    summary: Set multiple hash fields to multiple values
    since: 2.0.0
    group: hash
    Time complexity: O(N) where N is the number of fields being set.