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 incorrect syntax or an error while deleting data.
  • NOT_FOUND - Indicates that the requested key does not exist in the LSMCD server.
  • Admin
  • Last modified: 2016/04/07 18:34
  • by Rob Holda