old_mixer_repo
old_mixer_repo copied to clipboard
redisQuota adapter will get confused when used for multiple different aspects
We form keys into redis by combining all the labels of a request. If we configure multiple aspects using the same labels, our code will get confused and will incorrectly combine the counters of independent aspects together.
The solution is to include into the redis key the name of the aspect. This is not currently available to adapters, we'll be adding this feature soon.