When using the redis store provider, it would be nice to have a way to "warm the cache" that uses redis bulk operations. I'm using the memo decorator basically to cache database lookups -- It's kinda slow to store one result at a time.
When using the redis store provider, it would be nice to have a way to "warm the cache" that uses redis bulk operations.
I'm using the memo decorator basically to cache database lookups -- It's kinda slow to store one result at a time.