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.9-beta.0
Published
Feb 23, 2016
Platform
linux/amd64
Imports
6 packages
Last checked
38 seconds ago

Tools for package owners.