Redis.hkeys

Return all the fields in a hash. <p> <b>Time complexity:</b> O(N), where N is the total number of entries @param key @return All the fields names contained into a hash.

  1. Set!(string) hkeys(string key)
    class Redis
    Set!(string)
    hkeys
    (
    string key
    )
  2. alias hkeys = BinaryRedis.hkeys

Meta