gin-gonic / contrib

Collection of middlewares created by the community

Home Page:https://gin-gonic.github.io/gin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get Redis Conn?

YanshuoH opened this issue · comments

Hello,

I'm currently working on Redis cache, wondering if it is possible to get the conn by some methods?

According to Redigos doc, it should be

pool.Get()

But since RedisStore.pool is kind of private, I don't see how to bypass it.

Any help?

Thanks.