suspend fun RedisTransaction.scanAwait(cursor: String, options: ScanOptions): String
Incrementally iterate the keys space
cursor - Cursor id
cursor
options - Scan options
options
handler - Handler for the result of this call.
handler
Return