提交 3a66e0c1 编写于 作者: A antirez

Fixed typo in parseScanCursorOrReply(): ad -> at.

Thanks to @badboy for reporting it.
上级 060d56e7
......@@ -340,7 +340,7 @@ void scanCallback(void *privdata, const dictEntry *de) {
if (val) listAddNodeTail(keys, val);
}
/* Try to parse a SCAN cursor stored ad object 'o':
/* Try to parse a SCAN cursor stored at object 'o':
* if the cursor is valid, store it as unsigned integer into *cursor and
* returns REDIS_OK. Otherwise return REDIS_ERR and send an error to the
* client. */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册