initial commit
This commit is contained in:
10
config/redis.go
Normal file
10
config/redis.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
// RedisConfig holds configuration for Redis
|
||||
type RedisConfig struct {
|
||||
Host string
|
||||
Port string
|
||||
Password string
|
||||
Database int
|
||||
URL string
|
||||
}
|
||||
Reference in New Issue
Block a user