Versions in this module Expand all Collapse all v1 v1.3.0 Jun 19, 2014 v1.2.0 May 16, 2014 Changes in this version + var DefaultKey string = "beecacheRedis" + type RedisCache struct + func NewRedisCache() *RedisCache + func (rc *RedisCache) ClearAll() error + func (rc *RedisCache) Decr(key string) error + func (rc *RedisCache) Delete(key string) error + func (rc *RedisCache) Get(key string) interface{} + func (rc *RedisCache) Incr(key string) error + func (rc *RedisCache) IsExist(key string) bool + func (rc *RedisCache) Put(key string, val interface{}, timeout int64) error + func (rc *RedisCache) StartAndGC(config string) error