suspend fun RedisClient.pfaddManyAwait(key: String, elements: List<String>): Long
Adds the specified elements to the specified HyperLogLog.
key - Key string
key
elements - Elementa to add
elements
handler - Handler for the result of this call.
handler
Return