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