mirror of
				https://github.com/gofiber/storage.git
				synced 2025-10-31 11:46:32 +08:00 
			
		
		
		
	🎑 update sqlite3
This commit is contained in:
		| @@ -15,12 +15,7 @@ type Storage struct { | ||||
| // New creates a new redis storage | ||||
| func New(config ...Config) *Storage { | ||||
| 	// Set default config | ||||
| 	cfg := ConfigDefault | ||||
|  | ||||
| 	// Override config if provided | ||||
| 	if len(config) > 0 { | ||||
| 		cfg = configDefault(config[0]) | ||||
| 	} | ||||
| 	cfg := configDefault(config...) | ||||
|  | ||||
| 	// Create new redis client | ||||
| 	db := redis.NewClient(&redis.Options{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Fenny
					Fenny