tracker/storage/redis/redis.go
2013-06-21 21:43:11 -04:00

9 lines
236 B
Go

// Copyright 2013 The Chihaya Authors. All rights reserved.
// Use of this source code is governed by the BSD 2-Clause license,
// which can be found in the LICENSE file.
package redis
import (
"github.com/pushrax/chihaya/storage"
)