SinterstoreCommand: Contents
  SINTERSTORE _dstkey_ _key1_ _key2_ ... _keyN_
    Return value
    See also

SinterstoreCommand

SINTERSTORE _dstkey_ _key1_ _key2_ ... _keyN_

Time complexity O(NM) worst case where N is the cardinality of the smallest set and M the number of sets_

This commnad works exactly like SINTER but instead of being returned the resulting set is sotred as _dstkey_.

Return value

Status code reply

See also

* SREM* SISMEMBER* SCARD* SMEMBERS* SINTER* SINTERSTORE