Documentation
¶
Index ¶
- type RedisCache
- func (rc *RedisCache) Get(key string, value interface{}) (err error)
- func (rc *RedisCache) GetRedisClient() *cache.Cache
- func (rc *RedisCache) IsExists(key string) bool
- func (rc *RedisCache) Set(Key string, value interface{}) (err error)
- func (rc *RedisCache) SetTtl(key string, value interface{}, ttl time.Duration) (err error)
- type RedisOptions
- type Rediser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisCache ¶ added in v1.0.3
type RedisCache struct {
// contains filtered or unexported fields
}
RedisCache 封装操作客户端
func (*RedisCache) Get ¶ added in v1.0.3
func (rc *RedisCache) Get(key string, value interface{}) (err error)
func (*RedisCache) GetRedisClient ¶ added in v1.0.3
func (rc *RedisCache) GetRedisClient() *cache.Cache
func (*RedisCache) IsExists ¶ added in v1.0.3
func (rc *RedisCache) IsExists(key string) bool
func (*RedisCache) Set ¶ added in v1.0.3
func (rc *RedisCache) Set(Key string, value interface{}) (err error)
type RedisOptions ¶
type RedisOptions redis.Options
Click to show internal directories.
Click to hide internal directories.