package redis
import "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 ¶
- Version
- v0.19.4
- Published
- Nov 27, 2015
- Platform
- darwin/amd64
- Imports
- 6 packages
- Last checked
- 2 hours ago –
Tools for package owners.