open fun rxPutValueWithOptions(key: String, value: String, options: KeyValueOptions): Single<Boolean>
key - the key
key
value - the value
value
options - options used to push pair
options
Return