diff --git a/src/redis/fixed_cache_impl.go b/src/redis/fixed_cache_impl.go index 58e40331..4ec34b3d 100644 --- a/src/redis/fixed_cache_impl.go +++ b/src/redis/fixed_cache_impl.go @@ -98,7 +98,7 @@ func (this *fixedRateLimitCacheImpl) DoLimit( } } - // Only if none of the cache keys are over the limit, call Redis to check whether cache keys are getting overlimited. + // Only if none of the cache keys exceed the limit, call Redis to check whether the cache keys are becoming overlimited. if len(cacheKeys) > 1 && !isCacheKeyOverlimit { if pipelineToGet != nil { checkError(this.client.PipeDo(pipelineToGet))