Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultRepository ¶
type DefaultRepository struct {
GodisServer *godis.GodisServer
}
func (*DefaultRepository) Flush ¶
func (repo *DefaultRepository) Flush()
func (*DefaultRepository) Get ¶
func (repo *DefaultRepository) Get(key string) (value string, exists bool)
func (*DefaultRepository) Set ¶
func (repo *DefaultRepository) Set(key, value string)
Click to show internal directories.
Click to hide internal directories.