|
|
|
|
|
by andrewfromx
1054 days ago
|
|
my first thought is prevent the values from becoming over 10MB with logic to break that up into multiple keys each under that 10MB limit. Do your app really need the full 10MB? It probably needs only a small section of it? And if it doesn't could it be refactored to achieve that? |
|