dependabot[bot] on go_modules
Bump github.com/shirou/gopsutil… (compare)
dependabot[bot] on go_modules
Bump go.etcd.io/bbolt from 1.3.… (compare)
kataras on master
add taiwan's flag to the transl… (compare)
dependabot[bot] on go_modules
Bump github.com/microcosm-cc/bl… (compare)
kataras on master
README: add two links for the c… (compare)
kataras on master
Add Chinese (Traditional) Trans… (compare)
sessions/sessiondb/redis
? I want to use one redis client (and his connection pool) app-wide.
Hello @crsov:matrix.org,
I've just pushed a commit which allows you to set the Client
driver's struct field, you can also use the SetClient
method: redis.GoRedis().SetClient(customGoRedisClient)
. Please upgrade by executing the following command: go get github.com/kataras/iris/v12@master
.