Luís Fernando Vendrame

Results 1 comments of Luís Fernando Vendrame

If you want to use Redis, I created a little wrapper and solved it for me ```javascript const redis = require('redis'); const redisClient = redis.createClient(); redisClient.connect(); const redisWrapper = {...