open fun rxGetKeysWithOptions(keyPrefix: String, options: BlockingQueryOptions): Single<MutableList<String>>
Returns the list of keys that corresponding to the specified key prefix.
keyPrefix - the prefix
keyPrefix
options - the blocking options
options
Return