Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
litespeed_wiki:lsmcd:commands:prepend [2016/04/07 16:26]
Rob Holda
litespeed_wiki:lsmcd:commands:prepend [2016/04/07 18:46]
Rob Holda
Line 27: Line 27:
   * **10** → add 10 bytes of data to the end of "​mykey"​   * **10** → add 10 bytes of data to the end of "​mykey"​
   * In this example, if "​mykey"​ had a value of "​myvalueabc",​ after running **prepend**,​ its value would be "​abcdeabcdemyvalueabc"​.   * In this example, if "​mykey"​ had a value of "​myvalueabc",​ after running **prepend**,​ its value would be "​abcdeabcdemyvalueabc"​.
 +
 +**possible errors:**
 +  * **NOT_STORED** - Indicates that the key does not exist in the LSMCD server and its data could not be modified.
 +  * **CLIENT_ERROR** - Indicates other errors such as syntax errors.
  • Admin
  • Last modified: 2016/04/07 18:53
  • by Rob Holda