func TestGC(t *testing.T) {
	buckets.TestGC(t, factory, "redis")
}
func TestGC(t *testing.T) {
	buckets.TestGC(t, factory, "memory")
}