tutorial-redis/conf/conf.go

8 lines
115 B
Go
Raw Normal View History

2021-05-12 09:03:38 +00:00
package conf
const (
Host string = "192.168.8.254:6379"
Password string = "Test1231"
Database int = 1
)