Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dredis-benchmark.c157 static void randomizeClientKey(client c) { in randomizeClientKey() function
273 if (config.randomkeys) randomizeClientKey(c); in writeHandler()