Closed vivek-ng closed 2 years ago
We currently cache panic errors from batch function. This is a problem because subsequent load calls for the same keys will continue returning panic errors without calling the batch function again. This PR fixes this issue.
@pavelnikolov @tonyghita Could you review this PR when you get a chance ? Thank you!
We currently cache panic errors from batch function. This is a problem because subsequent load calls for the same keys will continue returning panic errors without calling the batch function again. This PR fixes this issue.