fleet/server/mock
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
..
datastore.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
datastore_mock.go Cache app config in redis (#2205) 2021-09-28 10:01:53 -03:00
datastore_query_results.go Add v4 suffix in go.mod (#1224) 2021-06-25 21:46:51 -07:00
datastore_users_helpers.go Add support for context in datastore/mysql layer (#1962) 2021-09-14 08:11:07 -04:00
errors.go Remove unneeded interfaces (#1779) 2021-08-24 18:49:56 -03:00