Closed brainix closed 2 years ago
Previously, we were making multiple round trips to Redis, one per dict_key. Now, we make a single bulk call to Redis.
dict_key
🐟
Previously, we were making multiple round trips to Redis, one per
dict_key
. Now, we make a single bulk call to Redis.