Symisc Vedis

An Embeddable Datastore Engine



Vedis Built-in Commands - Set/Lists

Command

SINTER key [key2,...]


Description


Returns the members of the set resulting from the intersection of all the given sets.


Return value


Array: array of Keys that do not exist are considered to be empty sets.


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> SADD registered alex dean jim
3
vedis> SINTER users registered
1)dean




Symisc Systems
Copyright © Symisc Systems