get rid of badger everywhere, including as an sdk/hints backend.
This commit is contained in:
2
sdk/cache/memory/cache.go
vendored
2
sdk/cache/memory/cache.go
vendored
@@ -4,7 +4,7 @@ import (
|
||||
"encoding/binary"
|
||||
"time"
|
||||
|
||||
"github.com/dgraph-io/ristretto"
|
||||
"github.com/dgraph-io/ristretto/v2"
|
||||
)
|
||||
|
||||
type RistrettoCache[V any] struct {
|
||||
|
||||
Reference in New Issue
Block a user