mirror of
https://github.com/fluencelabs/redis
synced 2025-07-01 01:41:33 +00:00
Modules: context flags now include OOM flag.
Plus freeMemoryIfNeeded() refactoring to improve legibility. Please review this commit for sanity.
This commit is contained in:
@ -1643,6 +1643,7 @@ int zslLexValueGteMin(sds value, zlexrangespec *spec);
|
||||
int zslLexValueLteMax(sds value, zlexrangespec *spec);
|
||||
|
||||
/* Core functions */
|
||||
int getMaxmemoryState(size_t *total, size_t *logical, size_t *tofree);
|
||||
int freeMemoryIfNeeded(void);
|
||||
int processCommand(client *c);
|
||||
void setupSignalHandlers(void);
|
||||
|
Reference in New Issue
Block a user