mirror of
https://github.com/gofiber/storage.git
synced 2025-10-04 16:22:52 +08:00
📦 update redis
This commit is contained in:
@@ -8,14 +8,14 @@ import (
|
||||
type Storage struct {
|
||||
}
|
||||
|
||||
// Config defines the config for mysql storage.
|
||||
// Config defines the config for storage.
|
||||
type Config struct {
|
||||
}
|
||||
|
||||
// ConfigDefault is the default config
|
||||
var ConfigDefault = Config{}
|
||||
|
||||
// New creates a new mysql storage
|
||||
// New creates a new storage
|
||||
func New(config ...Config) Storage {
|
||||
return Storage{}
|
||||
}
|
||||
|
Reference in New Issue
Block a user