|
@@ -11,7 +11,7 @@ var ctx = context.Background()
|
|
|
|
|
|
func Init() {
|
|
func Init() {
|
|
rdb := redis.NewClient(&redis.Options{
|
|
rdb := redis.NewClient(&redis.Options{
|
|
- Addr: "localhost:6379",
|
|
|
|
|
|
+ Addr: "152.70.157.245:13301",
|
|
Password: "",
|
|
Password: "",
|
|
DB: 0,
|
|
DB: 0,
|
|
})
|
|
})
|