Open jakepeyser opened 9 years ago
Create a Redis cache for weather data. If not present or stale, get new data from Weather API, cache, and return to caller.
key is latitude:longitude store full weather object
Create a Redis cache for weather data. If not present or stale, get new data from Weather API, cache, and return to caller.