8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
83a68f2
增加了LRU缓存,优先从内存取数据,没有再向后端redis或memory取
环境变量CACHE_CAP=5000 表示cache最多5000条数据 默认 2048