附近小店
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

init_cache_second.go 149 B

il y a 1 mois
123456789
  1. package cfg
  2. import (
  3. "applet/app/utils/cachesecond"
  4. )
  5. func InitCacheSecond() {
  6. cachesecond.NewRedis(RedisAddrSecond.Addr, RedisAddrSecond.Pwd)
  7. }