sourcegraph/internal/redispool
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
keyvalue_test.go Redis: expose KeyValue.WithPrefix (#64466) 2024-08-14 17:41:59 +03:00
keyvalue.go Redis: expose KeyValue.WithPrefix (#64466) 2024-08-14 17:41:59 +03:00
mocks.go Redis: expose KeyValue.WithPrefix (#64466) 2024-08-14 17:41:59 +03:00
NOTICE redispool: implement in memory KeyValue via minimal interface (#46927) 2023-01-30 07:15:16 +00:00
redispool_test.go Redis: remove some direct pool usages (#64447) 2024-08-14 13:39:10 +03:00
redispool.go gateway: Don't panic because of duplicate env var registration (#63787) 2024-07-11 17:58:28 +00:00
sysreq.go Remove App from codebase (#59115) 2023-12-21 01:07:05 +01:00
test_utils.go Redis: simplify DeleteAllKeysWithPrefix (#64407) 2024-08-12 15:25:33 +03:00