open fun rxZscan(key: String, cursor: String, options: ScanOptions): Single<JsonArray>
Incrementally iterate sorted sets elements and associated scores
key - Key string
key
cursor - Cursor id
cursor
options - Scan options
options
Return