Searched refs:REDIS_ERR_OOM (Results 1 – 4 of 4) sorted by relevance
47 #define REDIS_ERR_OOM 5 /* Out of memory */ macro
912 __redisSetError(c,REDIS_ERR_OOM,"Out of memory"); in __redisAppendCommand()935 __redisSetError(c,REDIS_ERR_OOM,"Out of memory"); in redisvAppendCommand()967 __redisSetError(c,REDIS_ERR_OOM,"Out of memory"); in redisAppendCommandArgv()
106 __redisReaderSetError(r,REDIS_ERR_OOM,"Out of memory"); in __redisReaderSetErrorOOM()
233 return REDIS_ERR_OOM; in __redisPushCallback()