sourcegraph/internal/goroutine
Erik Seliger 169db11ce6
rcache: Explicitly pass redis pool to use (#63644)
Recently, this was refactored to also allow using the redispool.Store.
However, that makes it very implicit to know where something is being
written, so instead we pass down the pool instance at instantiation.

This also gives a slightly better overview of where redispool is
actually required.

Test plan: CI passes.
2024-07-10 01:23:19 +02:00
..
recorder rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00
background.go lib/background: upgrade Routine interface with context and errors (#62136) 2024-05-24 10:04:55 -04:00
BUILD.bazel lib/background: upgrade Routine interface with context and errors (#62136) 2024-05-24 10:04:55 -04:00
CODENOTIFY codenotify: dr. fritz is kil (#57313) 2023-10-03 16:19:55 +00:00
example_test.go lib/background: upgrade Routine interface with context and errors (#62136) 2024-05-24 10:04:55 -04:00
goroutine.go lib/managedservicesplatform: init MSP runtime, add lib/background from internal/goroutine (#57651) 2023-10-28 03:08:12 +00:00
mocks_test.go lib/background: upgrade Routine interface with context and errors (#62136) 2024-05-24 10:04:55 -04:00
periodic_test.go lib/background: upgrade Routine interface with context and errors (#62136) 2024-05-24 10:04:55 -04:00
periodic.go lib/background: upgrade Routine interface with context and errors (#62136) 2024-05-24 10:04:55 -04:00