get rid of badger everywhere, including as an sdk/hints backend.

This commit is contained in:
fiatjaf
2025-09-03 21:33:39 -03:00
parent a09429236e
commit cd398b94b5
16 changed files with 359 additions and 444 deletions

View File

@@ -4,7 +4,7 @@ import (
"encoding/binary"
"time"
"github.com/dgraph-io/ristretto"
"github.com/dgraph-io/ristretto/v2"
)
type RistrettoCache[V any] struct {