An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Set/Lists
Command
STOP key
Description
Returns the first record from the set value stored at key
Return value
Value: The first element, or nil when key does not exist or is empty.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
vedis> SADD users james dean tareq
3
vedis> STOP users
james
3
vedis> STOP users
james
Copyright © Symisc Systems