|
@@ -135,6 +135,7 @@ func (s *store) Create(nodePath string, dir bool, value string, unique bool, exp
|
|
|
e, err := s.internalCreate(nodePath, dir, value, unique, false, expireTime, Create)
|
|
e, err := s.internalCreate(nodePath, dir, value, unique, false, expireTime, Create)
|
|
@@ -178,6 +179,8 @@ func (s *store) Set(nodePath string, dir bool, value string, expireTime time.Tim
|
|
@@ -524,8 +527,6 @@ func (s *store) internalCreate(nodePath string, dir bool, value string, unique,
|