Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dt_stream.c983 robj *idarg = createObjectFromStreamID(&id); in streamReplyWithRange() local
984 streamPropagateXCLAIM(c,spi->keyname,group,spi->groupname,idarg,nack); in streamReplyWithRange()
985 decrRefCount(idarg); in streamReplyWithRange()
1250 robj *idarg = createObjectFromStreamID(&id); in xaddCommand() local
1251 rewriteClientCommandArgument(c,i,idarg); in xaddCommand()
1252 decrRefCount(idarg); in xaddCommand()