user redis

This commit is contained in:
2020-04-12 19:19:36 -04:00
parent 64444a6d32
commit ab108ebec8
11 changed files with 728 additions and 11 deletions

View File

@ -1,6 +1,6 @@
'use strict';
const {Auth} = require('../models/auth');
const {Auth} = require('../models/auth_redis');
async function auth(req, res, next){
try{