MCPcopy Create free account
hub / github.com/F-Stack/f-stack / streamParseIDOrReply

Function streamParseIDOrReply

app/redis-6.2.6/src/t_stream.c:1730–1732  ·  view source on GitHub ↗

Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to * 0, to be used when - and + are acceptable IDs. */

Source from the content-addressed store, hash-verified

1728/* Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to
1729 * 0, to be used when - and + are acceptable IDs. */
1730int streamParseIDOrReply(client *c, robj *o, streamID *id, uint64_t missing_seq) {
1731 return streamGenericParseIDOrReply(c,o,id,missing_seq,0);
1732}
1733
1734/* Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to
1735 * 1, to be used when we want to return an error if the special IDs + or -

Callers 2

xgroupCommandFunction · 0.85

Calls 1

Tested by

no test coverage detected