django-constance icon indicating copy to clipboard operation
django-constance copied to clipboard

[Improvement] Option for multiget values

Open jarussi opened this issue 5 years ago • 0 comments

Describe the improvement

I think it would be a nice feature to have the option to use the mget method that both backends already implements inside the config. We have several cases where we call a few keys in the same operation. If we could make a single request (in our cause to redis), it would decrease our hits to redis by a lot.

Think it's a valid idea? The hardest part (the implementation of mget itself on both backends) is already done. Just would need to let the method visible inside the Config.

jarussi avatar Oct 02 '19 17:10 jarussi