old_mixer_repo icon indicating copy to clipboard operation
old_mixer_repo copied to clipboard

redisQuota adapter will get confused when used for multiple different aspects

Open geeknoid opened this issue 7 years ago • 0 comments

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.

geeknoid avatar May 03 '17 17:05 geeknoid