screepsmod-mongo icon indicating copy to clipboard operation
screepsmod-mongo copied to clipboard

Replace LokiJS with MongoDB and Redis

Results 12 screepsmod-mongo issues
Sort by recently updated
recently updated
newest added

This fixes something like `storage.db['rooms'].find({ name: { $regex: /^[WE]\d*5[NS]\d*5$/ } })`, which would otherwise break with ``` Error: TypeError: v.match is not a function at patchLokiOps (/mods/screepsmod-mongo/lib/common/_connect.js:94:30) ``` Encountered that...

This fixes a server error when trying to get the user's messages: ``` screeps-1 | 2025-03-19T15:37:42.753679131Z [backend] TypeError: _.indexBy is not a function screeps-1 | 2025-03-19T15:37:42.753700271Z at db.users.find.then.users (/screeps/mods/node_modules/screepsmod-mongo/lib/backend/api/index.js:42:41) screeps-1...