mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 00:33:03 +08:00
remove close method
This commit is contained in:
@@ -75,8 +75,3 @@ func (s *Storage) Delete(key string) error {
|
||||
func (s *Storage) Clear() error {
|
||||
return s.db.FlushDB(context.Background()).Err()
|
||||
}
|
||||
|
||||
// Close the storage
|
||||
func (s *Storage) Close() error {
|
||||
return s.db.Close()
|
||||
}
|
||||
|
Reference in New Issue
Block a user