1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
thalos/app/cache
2023-12-17 17:57:49 +01:00
..
cache.go app/cache/cache.go: make context aware and pass context down to store. 2023-12-17 17:57:49 +01:00
memory_store.go app/cache: implement store interface. 2023-12-17 17:51:50 +01:00
memory_store_test.go app/cache: implement store interface. 2023-12-17 17:51:50 +01:00
redis_store.go app/cache: implement store interface. 2023-12-17 17:51:50 +01:00
redis_store_test.go app/cache: implement store interface. 2023-12-17 17:51:50 +01:00
store.go app/cache/store.go: make interface context aware. 2023-12-17 17:51:32 +01:00