fleet/server/datastore/redis
Tomas Touceda 685245c2bd
Cache app config in redis (#2205)
* Cache app config in redis

* Add changes files

* Replace string with constant

* Revert some test refactorign and duplicate a bit of test code

* Add test for AppConfig with redis failing

* Fix lint

* Use Doer so it works better in clusters

* Skip unmarshalling if we already did

* Allow to cache hosts if configured

* Omit the setting if empty

* Remove hashing, too much CPU

* Revert caching of host auth... needs a more thought through approach

* Remove config

* Remove old config

* Remove locker interface

* Fix test and address review comments
2021-09-28 10:01:53 -03:00
..
redis_test.go Cache app config in redis (#2205) 2021-09-28 10:01:53 -03:00
redis.go Add configurable Redis connection retries and following of cluster redirections (#2045) 2021-09-15 08:50:32 -04:00