go-redis
go-redis copied to clipboard
Concurrent safe pipeline
In version 9, we removed the lock from the pipeline, as we believed many people did not need it. However, we received some concurrency-related issues, so I think we should provide a concurrent-safe pipeline.
I just figured this out, took me far too long. I've gotten around this for now by overriding the methods I'm using with ones that lock but it's not a great solution.