Aquarius

Results 3 issues of Aquarius

1、配置初始化时部分文件描述符打开后未关闭,修复方案:使用Stat替换Open方法,用于检测文件或目录是否存在

Hi,I am trying to connect redis cluster by ioredis. node version: 10.19.0 ioredis: 4.16.3 I met "Unhandled 'error' event" error message and my application crashed when I disconnect from the...

```javascript const { Pool } = require('pg') const Cursor = require('pg-cursor') const pool = new Pool({ user: 'xxxx', password: 'xxxxx', database: 'xxxxx', host: 'xxxxx', port: 8080, max: 20, //default 10...