it is now broken
This commit is contained in:
@@ -22,9 +22,9 @@ type RedisKVStore struct {
|
||||
rc *redis.Client
|
||||
}
|
||||
|
||||
func NewRedisKVStore() *RedisKVStore {
|
||||
func NewRedisKVStore(hostname string) *RedisKVStore {
|
||||
rkvs := new(RedisKVStore)
|
||||
rkvs.Open("localhost:6379") //FIXME(sneak) use viper
|
||||
rkvs.Open(hostname) //FIXME(sneak) use viper
|
||||
return rkvs
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user