mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
This PR makes `WithPrefix` visible on the `KeyValue` interface. Previously, we had other interface implementations that did not support `WithPrefix`, but now `redisKeyValue` is the only implementation. `WithPrefix` is currently just used in tests, but it's broadly useful and will help clean up a bunch of places that wrap Redis and manually add key prefixes. |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| CODENOTIFY | ||
| keyvalue_test.go | ||
| keyvalue.go | ||
| mocks.go | ||
| NOTICE | ||
| redispool_test.go | ||
| redispool.go | ||
| sysreq.go | ||
| test_utils.go | ||