open fun rxPutValue(key: String, value: String): Single<Boolean>
Adds specified key/value pair
key - the key
key
value - the value
value
Return