Documentation
¶
Index ¶
- type Storage
- func (s *Storage) Close() error
- func (s *Storage) Delete(key string) error
- func (s *Storage) Get(key string) (string, error)
- func (s *Storage) GetBytes(key string) ([]byte, error)
- func (s *Storage) GetInt(key string) (int, error)
- func (s *Storage) IncrBy(key string, val int64) error
- func (s *Storage) Reset() error
- func (s *Storage) Set(key string, value interface{}, 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.