redis / go-redis

Redis Go client
https://redis.uptrace.dev
BSD 2-Clause "Simplified" License
19.96k stars 2.36k forks source link

Fix monitor on go 1.19 #2908

Closed ofekshenawa closed 6 months ago

ofekshenawa commented 7 months ago

This PR fixes a data race issue in the monitor command. Additionally, We are skipping the example tests because they contain dependencies not supported in Go v1.19