suspend fun RedisTransaction.sscanAwait(key: String, cursor: String, options: ScanOptions): String
Incrementally iterate Set elements
key - Key string
key
cursor - Cursor id
cursor
options - Scan options
options
handler - Handler for the result of this call.
handler
Return