I hereby claim:
- I am charithe on github.
- I am charithe (https://keybase.io/charithe) on keybase.
- I have a public key ASCum6rRJhYWxdWnYYXRfmrfD6a7-q3wBP80FSKiO5NaPgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import ( | |
| "net" | |
| "testing" | |
| "github.com/go-redis/redis" | |
| "github.com/ory/dockertest" | |
| ) | |
| func TestRedisStore(t *testing.T) { | |
| addr, destroyFunc := startRedis(t) |
| import ( | |
| "net" | |
| "strconv" | |
| "testing" | |
| "time" | |
| "github.com/Shopify/toxiproxy" | |
| toxiclient "github.com/Shopify/toxiproxy/client" | |
| ) |
| package mapbench | |
| import ( | |
| "sync" | |
| log "github.com/sirupsen/logrus" | |
| ) | |
| type MapBench struct { | |
| objects sync.Map |
| package x_test | |
| import ( | |
| "context" | |
| "testing" | |
| "go.uber.org/zap" | |
| "go.uber.org/zap/zaptest" | |
| "github.com/cerbos/cerbos/client" |