suspend fun RedisClient.zscanAwait(key: String, cursor: String, options: ScanOptions): JsonArray
Incrementally iterate sorted sets elements and associated scores
key - Key string
key
cursor - Cursor id
cursor
options - Scan options
options
handler - Handler for the result of this call.
handler
Return