sdiffstore
1. 基本語法
sdiffstore(destination
, key
, [key,...]
, callback
)
destination
, key
, [key,...]
, callback
) 功能類似sdiff,主要差別在sdiff直接回傳差集成員;而sdiffstore將差集成員儲存到destination
集合中,並回傳差集的成員「數量」。
2. 範例
Last updated
Was this helpful?