基本上,我们使用memcache来缓存一些mysql查询,然后将结果存储在memcache的数组中。然后,当查询再次运行时,它从memcache中获取数组结果,并像正常一样处理结果。,要么从memcache返回数组。$MEMCACHE_SERVER_RESULTS[$memcache] = array(); //push the array onto the end[$memcache],$arra
我使用的是memcache包,npm install memcache。我找不到@types/memcache。src/util/cache-data-store.ts:1:22 - error TS7016: Could not find a declaration file for module 'memcache'/Users/reza.razavipour/sandbox/gsm-unlock/node_module