dorbel-tech / dorbel-shared

dorbel shared dependencies used in dorbel-app
0 stars 1 forks source link

Implement auth0 requests caching #20

Closed virtser closed 7 years ago

virtser commented 8 years ago

Relevant for:

Refer to /utils/userManagement.js

avnersorek commented 8 years ago

Redis good for this ? We can use docker for local and ElasticCache for prod

virtser commented 8 years ago

Yeah, sounds good. That's what I thought.

virtser commented 8 years ago

Inspiration article: https://community.risingstack.com/redis-node-js-introduction-to-caching/

virtser commented 8 years ago

Setup ElasticCache Redis for test/stage environments.