anubis/lib/store
Xe Iaso 02989f03d0
feat(store/valkey): Add Redis(R) Sentinel support (#1294)
* feat(internal): add ListOr[T any] type

This is a utility type that lets you decode a JSON T or list of T as a
single value. This will be used with Redis Sentinel config so that you
can specify multiple sentinel addresses.

Ref TecharoHQ/botstopper#24

Assisted-by: GLM 4.6 via Claude Code
Signed-off-by: Xe Iaso <me@xeiaso.net>

* feat(store/valkey): add Redis(R) Sentinel support

Signed-off-by: Xe Iaso <me@xeiaso.net>

* chore: spelling

check-spelling run (pull_request) for Xe/redis-sentinel

Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com>
on-behalf-of: @check-spelling <check-spelling-bot@check-spelling.dev>

* chore(store/valkey): remove pointless comments

Signed-off-by: Xe Iaso <me@xeiaso.net>

* docs: document the Redis™ Sentinel configuration options

Signed-off-by: Xe Iaso <me@xeiaso.net>

* fix(store/valkey): Redis™ Sentinel doesn't require a password

Signed-off-by: Xe Iaso <me@xeiaso.net>

* chore: spelling

Signed-off-by: Xe Iaso <me@xeiaso.net>

* chore: spelling

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <me@xeiaso.net>
Signed-off-by: check-spelling-bot <check-spelling-bot@users.noreply.github.com>
2025-11-18 09:55:19 -05:00
..
all feat(lib/store): add s3api storage backend (#1089) 2025-09-07 09:24:14 -04:00
bbolt perf: apply fieldalignement (#1284) 2025-11-16 20:43:07 +00:00
memory feat: Warn on missing signing keys when persisting challenges (#1088) 2025-09-07 15:43:58 -04:00
s3api perf: apply fieldalignement (#1284) 2025-11-16 20:43:07 +00:00
storetest perf: apply fieldalignement (#1284) 2025-11-16 20:43:07 +00:00
valkey feat(store/valkey): Add Redis(R) Sentinel support (#1294) 2025-11-18 09:55:19 -05:00
actorifiedstore.go feat(store/bbolt): implement actor pattern (#1107) 2025-09-12 18:35:22 +00:00
interface.go feat: Warn on missing signing keys when persisting challenges (#1088) 2025-09-07 15:43:58 -04:00
json_test.go fix: make ogtags and dnsbl use the Store instead of memory (#760) 2025-07-05 16:17:46 -04:00
registry.go feat(lib): use new challenge creation flow (#749) 2025-07-04 20:42:28 +00:00