datakk
datakk
telegram也只支持 socks5。。。
``` const memory_cache = require('node-shared-cache'); const logger=console; var card_cache; try{ //memory_cache.release('prod'); card_cache = new memory_cache.Cache("prod", 654321); }catch(ex){ logger.log('new memory_cache.Cache("prod").ex=',ex); memory_cache.release('prod'); card_cache = new memory_cache.Cache("prod", 654321); } function _checkCache(){ var _size=0;...
seems two differnt process cannot share one cache at OSX
when exec obj.test = ttttt the addon will forward the call to the setter in c/c++ which will call bson to do the s/ns job.
I wrote a solution FYI at #93
Pattern of node-persist is RAM+FileIO, which not designed for the "concurrent" requirement. So, an standalone writter service for appilcations which in PM2 mode is highly recommended. P.S. similar solution is...
@microSoftware For mine scenario (Some small tools that run in PM2 that have many read actions which I don't want to introduce redis or mysql or mongodb etc), I found...
vue3的用户看来不少
反对。这个应该集中做诗词。其它的开新仓比较合理
@ramaguruprakash may I ask what is the previous value of binlog_checksum before crc32? thanks