You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@jackple no demo for MongoDB yet, but it is very similar to Redis demo in README docs.
For example, you can replace Redis in get method with MongoDB like this:
asyncget(sid){// this just an instance, something like thisletdata=awaitthis.mongo.findOne({sessionid: sid});returnJSON.parse(data);}
Is there a demo
The text was updated successfully, but these errors were encountered: