Documentation ¶
Index ¶
- type Store
- func (s *Store) Close() error
- func (s *Store) Delete(ctx context.Context, key string) error
- func (s *Store) Get(ctx context.Context, key string) (string, error)
- func (s *Store) Keys() ([]string, error)
- func (s *Store) Set(ctx context.Context, key string, value string, expire time.Duration) error
- func (s *Store) Type() string
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.