Add an object with the specified key and value to the server. This function returns false if the object already exists on the server.
@paramin key key of object to add @paramin value of object to add @return true on success; false otherwise
See Implementation
Add an object with the specified key and value to the server. This function returns false if the object already exists on the server.
@paramin key key of object to add @paramin value of object to add @return true on success; false otherwise