package redis

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/google/cadvisor/storage/redis"

Index

Functions

func New

func New(machineName,
	redisKey,
	redisHost string,
	bufferDuration time.Duration,
) (storage.StorageDriver, error)

Create a new redis storage driver. machineName: A unique identifier to identify the host that runs the current cAdvisor instance is running on. redisHost: The host which runs redis. redisKey: The key for the Data that stored in the redis

Source Files

redis.go

Version
v1.1.4-beta.0
Published
Dec 7, 2015
Platform
linux/amd64
Imports
6 packages
Last checked
4 minutes ago

Tools for package owners.