Home
last modified time | relevance | path

Searched refs:redisSetTcpNoDelay (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c169 static int redisSetTcpNoDelay(redisContext *c) { in redisSetTcpNoDelay() function
397 if (redisSetTcpNoDelay(c) != REDIS_OK) in _redisContextConnectTcp()