sourcegraph/internal/wrexec
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
..
BUILD.bazel rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00
cmd_test.go source: implement logic for saving command output and success state of recorded commands (#56109) 2023-08-23 14:35:32 +01:00
cmd.go source: implement logic for saving command output and success state of recorded commands (#56109) 2023-08-23 14:35:32 +01:00
recording_cmd_test.go rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00
recording_cmd.go rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00