This commit is contained in:
Chris Lu
2020-03-17 10:01:55 -07:00
parent b964bbab3d
commit bec6ec7db6
7 changed files with 32 additions and 24 deletions

View File

@@ -181,7 +181,6 @@ func genDirectoryListKey(dir string) (dirList string) {
return dir + DIR_LIST_MARKER
}
func (store *UniversalRedisStore) Shutdown() {
store.Client.Close()
}