pingcap / go-ycsb

A Go port of Yahoo! Cloud Serving Benchmark (YCSB)
Apache License 2.0
602 stars 244 forks source link

Using go-redis v9. Ensuring Redis proper ping on DB setup #267

Closed filipecosta90 closed 1 year ago

filipecosta90 commented 1 year ago

Given the release of go-redis v9 via https://github.com/redis/go-redis/releases/tag/v9.0.1 we can now update to go.mod accordingly. Furthermore this PR also ensure we do a proper PING command during db setup.