An Embeddable Datastore Engine |
Tweet |
Follow @Vedis |
Vedis Built-in Commands - Set/Lists
Command
SISMEMBER key member
Description
Returns if member is a member of the set stored at key.
Return value
Boolean: TRUE on success. FALSE otherwise.
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> SISMEBER users dean
true
3
vedis> SISMEBER users dean
true
Copyright © Symisc Systems