1. Centralize the keys (really their templates), preferably in an enum
2. Keep the keys as short as possible, they count towards memory usage and therefore costs
3. Put a TTL on everything. You'll save someone a lot of clean up at some point
1. Centralize the keys (really their templates), preferably in an enum
2. Keep the keys as short as possible, they count towards memory usage and therefore costs
3. Put a TTL on everything. You'll save someone a lot of clean up at some point