You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* switch to ioredis also need this fix in redisearch: redis-search.js:98 ``` redisClient.multi(cmds).exec(function(err, ids) { if (err) { return callback(err); } var errRes = ids[resultIndex]; if (errRes[0]) { return callback(errRes[0]); } callback(null, errRes[1]); }); ``` * dbsearch compatible with ioredis * fixed dbsearch? |
4 years ago | |
---|---|---|
.. | ||
data | 4 years ago | |
databases.js | 4 years ago | |
package.json | 4 years ago | |
web.js | 4 years ago |