fun put(value: String): String
Generates a random key for the value you provide and stores the value. If the value already exists, it will re-use the previously generated id.
value
- The value to be persisted
Return
The randomly generated key for your value