mirror of
https://github.com/fluencelabs/redis
synced 2025-06-16 18:51:20 +00:00
Fixed a few typos
This commit is contained in:
@ -77,7 +77,7 @@ off_t rdbSavedObjectLen(robj *o);
|
||||
off_t rdbSavedObjectPages(robj *o);
|
||||
robj *rdbLoadObject(int type, rio *rdb);
|
||||
void backgroundSaveDoneHandler(int exitcode, int bysignal);
|
||||
int rdbSaveKeyValuePair(rio *rdb, robj *key, robj *val, long long expireitme, long long now);
|
||||
int rdbSaveKeyValuePair(rio *rdb, robj *key, robj *val, long long expiretime, long long now);
|
||||
robj *rdbLoadStringObject(rio *rdb);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user