mirror of https://github.com/ledisdb/ledisdb.git
fix undefine bug
This commit is contained in:
parent
09e49ca346
commit
d6c60c60fe
|
@ -24,7 +24,7 @@ type Store struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s Store) String() string {
|
func (s Store) String() string {
|
||||||
return Name
|
return DBName
|
||||||
}
|
}
|
||||||
|
|
||||||
func (s Store) Open(path string, cfg *config.Config) (driver.IDB, error) {
|
func (s Store) Open(path string, cfg *config.Config) (driver.IDB, error) {
|
||||||
|
|
Loading…
Reference in New Issue