[Golang]redigoでデータベース番号を指定する
方法
redigoでデータベース番号を指定するには、オプションを追加する。
db := 1
opt := redis.DialDatabase(db)
conn, err := redis.Dial("tcp", "localhost:6379", opt)
参考
redis - GoDoc
machinery/redis.go at 84f17e8ec73bbec34184beb067f22301ffa5263b · RichardKnop/machinery
Author And Source
この問題について([Golang]redigoでデータベース番号を指定する), 我々は、より多くの情報をここで見つけました https://qiita.com/h_okawa0303/items/d7278adc919b31b6fcac著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .