argo-cd/reposerver/cache
dherman b3be910465
perf: upgrade redis deps to enable compression (#4259)
Newer versions of the redis go libraries include built-in support for
compression of values going to and from redis.  Since the controller
is extremely chatty and makes heavy use of redis for caching, this
reduces the amount of bandwidth requires significantly.

This change should be backwards compatible since the redis libraries
detect whether or not compression was used and does not error in the
no compression case.

Fixes #4256
2020-09-04 13:59:59 -07:00
..
cache.go perf: upgrade redis deps to enable compression (#4259) 2020-09-04 13:59:59 -07:00
cache_test.go Makes cache timeouts configurable (#2412) 2019-10-16 15:46:45 -07:00