Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ __redisReaderSetErrorOOM
Function
__redisReaderSetErrorOOM
deps/hiredis/read.c:110–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
static void __redisReaderSetErrorOOM(redisReader *r) {
111
__redisReaderSetError(r,REDIS_ERR_OOM,
"Out of memory"
);
112
}
113
114
static char *readBytes(redisReader *r, unsigned int bytes) {
115
char *p;
Callers
5
processLineItem
Function · 0.85
processBulkItem
Function · 0.85
redisReaderGrow
Function · 0.85
processAggregateItem
Function · 0.85
redisReaderFeed
Function · 0.85
Calls
1
__redisReaderSetError
Function · 0.85
Tested by
no test coverage detected