Documentation
¶
Index ¶
- type Logger
- type RedisCache
- func (r *RedisCache) Close() error
- func (r *RedisCache) Delete(key string) error
- func (r *RedisCache) Get(key string) []byte
- func (r *RedisCache) GetBind(key string, bindPtr any) error
- func (r *RedisCache) Set(key string, value []byte, expire time.Duration) error
- func (r *RedisCache) SetBind(key string, bindPtr any, expire time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedisCache ¶
type RedisCache struct {
// contains filtered or unexported fields
}
func NewRedisCache ¶
func (*RedisCache) Close ¶
func (r *RedisCache) Close() error
func (*RedisCache) Delete ¶
func (r *RedisCache) Delete(key string) error
func (*RedisCache) Get ¶
func (r *RedisCache) Get(key string) []byte
Click to show internal directories.
Click to hide internal directories.