Fix an mistake in comment (#10560)
copy paste error.. Co-authored-by: Oran Agra <oran@redislabs.com>
This commit is contained in:
parent
ee17e7af8d
commit
dd3b545d89
@ -68,10 +68,10 @@ typedef struct ReplyParserCallbacks {
|
||||
/* Called when the parser reaches a double (','), which is passed as an argument 'val' */
|
||||
void (*double_callback)(void *ctx, double val, const char *proto, size_t proto_len);
|
||||
|
||||
/* Called when the parser reaches a big number (','), which is passed as 'str' along with its length 'len' */
|
||||
/* Called when the parser reaches a big number ('('), which is passed as 'str' along with its length 'len' */
|
||||
void (*big_number_callback)(void *ctx, const char *str, size_t len, const char *proto, size_t proto_len);
|
||||
|
||||
/* Called when the parser reaches a string, which is passed as 'str' along with its 'format' and length 'len' */
|
||||
/* Called when the parser reaches a string ('='), which is passed as 'str' along with its 'format' and length 'len' */
|
||||
void (*verbatim_string_callback)(void *ctx, const char *format, const char *str, size_t len, const char *proto, size_t proto_len);
|
||||
|
||||
/* Called when the parser reaches an attribute ('|'). The attribute length is passed as an argument 'len' */
|
||||
|
Loading…
x
Reference in New Issue
Block a user