mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
more generally usable i/o functions moved to syncio.c
This commit is contained in:
@ -697,6 +697,9 @@ unsigned long estimateObjectIdleTime(robj *o);
|
||||
int syncWrite(int fd, char *ptr, ssize_t size, int timeout);
|
||||
int syncRead(int fd, char *ptr, ssize_t size, int timeout);
|
||||
int syncReadLine(int fd, char *ptr, ssize_t size, int timeout);
|
||||
int fwriteBulkString(FILE *fp, char *s, unsigned long len);
|
||||
int fwriteBulkDouble(FILE *fp, double d);
|
||||
int fwriteBulkLongLong(FILE *fp, long long l);
|
||||
|
||||
/* Replication */
|
||||
void replicationFeedSlaves(list *slaves, int dictid, robj **argv, int argc);
|
||||
|
Reference in New Issue
Block a user