Home
last modified time | relevance | path

Searched refs:setkeys (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dt_set.c36 void sunionDiffGenericCommand(client *c, robj **setkeys, int setnum,
792 void sinterGenericCommand(client *c, robj **setkeys, in sinterGenericCommand() argument
805 lookupKeyWrite(c->db,setkeys[j]) : in sinterGenericCommand()
806 lookupKeyRead(c->db,setkeys[j]); in sinterGenericCommand()
931 void sunionDiffGenericCommand(client *c, robj **setkeys, int setnum, in sunionDiffGenericCommand() argument
942 lookupKeyWrite(c->db,setkeys[j]) : in sunionDiffGenericCommand()
943 lookupKeyRead(c->db,setkeys[j]); in sunionDiffGenericCommand()