An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
List of Vedis Commands.
The
following page enumerates all built-in Vedis commands.
As of this release, there is a total of 70 commands. C/C++ foreign commands can be added easily using the vedis_register_command() interface. To get the full list of defined commands, simply invoke CMD_LIST which
return an array holding all installed commands.
Commands are executed from your C/C++ code via vedis_cmd_exec(). See the download page for some C/C++ samples. For feature requests & bug reporting, please do it here.Key/Value, String Processing
Hash
Set/Lists
Misc
Commands are executed from your C/C++ code via vedis_cmd_exec(). See the download page for some C/C++ samples. For feature requests & bug reporting, please do it here.
Key/Value, String Processing
GET |
SET |
DEL |
APPEND |
EXISTS |
STRLEN |
COPY |
MOVE |
MGET |
SETNX |
MSET |
MSETNX |
GETSET |
INCR |
DECR | INCRBY |
DECRBY |
GETCSV |
STRIP_TAG |
STR_SPLIT |
SIZE_FMT |
SOUNDEX |
BASE64 |
BASE64_DEC |
Hash
HGET |
HSET |
HDEL |
HLEN |
HEXISTS |
HMGET |
HKEYS |
HVALS |
HGETALL |
HMSET |
HSETNX |
Set/Lists
SADD |
SCARD |
SISMEMBER |
SPOP |
SPEEK |
STOP |
SREM |
SMEMBERS |
SDIFF |
SINTER |
SLEN |
LINDEX |
LLEN |
LPOP |
LPUSHX |
LPUSH |
Misc
RAND |
GETRANDMAX |
RANDSTR |
MD5 (disabled by def) | SHA1 (disabled) |
CRC32 (disabled) |
TIME |
DATE |
OS |
ECHO |
PRINT |
ABORT |
CMD_LIST |
TABLE_LIST |
VEDIS |
COMMIT |
ROLLBACK |
BEGIN |
Copyright © Symisc Systems