Wrapper for streamGenericParseIDOrReply() with 'strict' argument set to * 1, to be used when we want to return an error if the special IDs + or - * are provided. */
| 1737 | * 1, to be used when we want to return an error if the special IDs + or - |
| 1738 | * are provided. */ |
| 1739 | int streamParseStrictIDOrReply(client *c, robj *o, streamID *id, uint64_t missing_seq) { |
| 1740 | return streamGenericParseIDOrReply(c,o,id,missing_seq,1); |
| 1741 | } |
| 1742 | |
| 1743 | /* Helper for parsing a stream ID that is a range query interval. When the |
| 1744 | * exclude argument is NULL, streamParseIDOrReply() is called and the interval |
no test coverage detected