We'll need a cache layer for person ID and person properties. Maybe also for groups, but we can toss that up for later.
We'll be using Redis for this (unless a very strong reason comes up down the line to not do so).
What needs to be done:
The cache needs to account for:
- Person properties
- Person ID
- Person created_at
- Group properties
We'll need a cache layer for person ID and person properties. Maybe also for groups, but we can toss that up for later.
We'll be using Redis for this (unless a very strong reason comes up down the line to not do so).
What needs to be done:
The cache needs to account for: