An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Set/Lists
Command
LPOP key
Description
Removes and returns the first element of the list stored at key.
Return value
Value: The value of the first element, or nil when key does not exist.
Example
Refer to the download page for some C/C++ samples on how to invoke this command from your host application.
Copyright © Symisc Systems