An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis C/C++ API Reference - Foreign Command.
Syntax
int vedis_delete_command(vedis
*pStore,const
char
*zName);
Delete a foreign command.
Description
This routine deletes a previously installed command. That is, any future invocation of the command will throw a call to a unknown command error.
Parameters
pStore |
Vedis datastore handle. |
zName
|
A pointer to a null terminated string holding the name of the foreign command to be deleted. |
Return value
VEDIS_OK is returned on success. Any other return value indicates failure (no such command).
See also
Copyright © Symisc Systems