Documentation
¶
Index ¶
- type Redis
- func (s *Redis) Delete(key string) error
- func (s *Redis) Get(key string, i interface{}) error
- func (s *Redis) GetInt(key string) (int, error)
- func (s *Redis) GetStr(key string) (string, error)
- func (s *Redis) Inc(key string, val int) error
- func (s *Redis) Initial()
- func (s *Redis) Set(key string, val interface{}, exp time.Duration) error
- func (s *Redis) SetExp(key string, exp time.Duration) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.