goworker icon indicating copy to clipboard operation
goworker copied to clipboard

Migrate from redigo to goredis

Open kerak19 opened this issue 3 years ago • 0 comments

Replaced redigo client with goredis one.

@benmanns what is the significance of GetConn and PutConn ? I've removed them because of redis lib change, but they can be recovered if that's important (using https://pkg.go.dev/github.com/go-redis/redis/[email protected]#Client.Conn).

Fixes #69

kerak19 avatar Feb 04 '21 10:02 kerak19