mirror of
https://github.com/fluencelabs/redis
synced 2025-06-26 23:41:33 +00:00
Modules TSC: Handling of RM_Reply* functions.
This commit is contained in:
@ -86,6 +86,7 @@ listNode *listIndex(list *list, long index);
|
||||
void listRewind(list *list, listIter *li);
|
||||
void listRewindTail(list *list, listIter *li);
|
||||
void listRotate(list *list);
|
||||
void listJoin(list *l, list *o);
|
||||
|
||||
/* Directions for iterators */
|
||||
#define AL_START_HEAD 0
|
||||
|
Reference in New Issue
Block a user