Challenge 7: Memorystore
Introduction
If you need fast (under 10ms) access to shared data, Memorystore is a great option.
Description
We’ve already deployed a Memorystore instance in your project. Open the endpoint /redis
and make it work.
Success Criteria
- The tests in
redis.test.js
are all passing - No code change is needed for this challenge
Learning Resources
Tips
- Once again consider enviroment variables to the rescue once the network configuration is completed