sourcegraph/internal/rcache
Julie Tibshirani 70e98dbcbd
Redis: expose KeyValue.WithPrefix (#64466)
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.
2024-08-14 17:41:59 +03:00
..
BUILD.bazel Redis: simplify DeleteAllKeysWithPrefix (#64407) 2024-08-12 15:25:33 +03:00
CODENOTIFY internal: add keegan to CODENOTIFY for redis packages (#46606) 2023-01-17 18:54:26 +00:00
fifo_list_test.go rcache: Explicitly pass redis pool to use (#63644) 2024-07-10 01:23:19 +02:00
fifo_list.go Redis: expose KeyValue.WithPrefix (#64466) 2024-08-14 17:41:59 +03:00
rcache_test.go Redis: simplify DeleteAllKeysWithPrefix (#64407) 2024-08-12 15:25:33 +03:00
rcache.go Redis: expose KeyValue.WithPrefix (#64466) 2024-08-14 17:41:59 +03:00