redisgo
redisgo copied to clipboard
Options中设置前缀未生效
需要在StartAndGC中添加以下代码
if opts.Prefix != "" { c.prefix = opts.Prefix }