Searched refs:LUA_CMD_OBJCACHE_SIZE (Results 1 – 1 of 1) sorted by relevance
346 #define LUA_CMD_OBJCACHE_SIZE 32 macro357 static robj *cached_objects[LUA_CMD_OBJCACHE_SIZE]; in luaRedisGenericCommand()358 static size_t cached_objects_len[LUA_CMD_OBJCACHE_SIZE]; in luaRedisGenericCommand()414 if (j < LUA_CMD_OBJCACHE_SIZE && cached_objects[j] && in luaRedisGenericCommand()624 if (j < LUA_CMD_OBJCACHE_SIZE && in luaRedisGenericCommand()