This is an old revision of the document!


Delete an existing key/value pair.

syntax:

delete <key> [<time>] [noreply]

parameters:

  • noreply - This optional parameter tells the server not to send any reply.

example:

delete mykey

DELETED

possible errors:

  • ERROR - indicates an error while deleting data or wrong syntax.
  • NOT_FOUND - indicates that the key does not exist in the LSMCD server.
  • Admin
  • Last modified: 2016/04/07 14:31
  • by Rob Holda