Good day, everyone We at Joom use Redis a lot for caching and volatile storage and wish to do it as efficiently as possible. It is well known than pipelining <https://redis.io/topics/pipelining> could be used for maximum performance. But explicit pipelining is not often comfortable to use, more usually there are many concurrent goroutines that issues single request at a time. Therefore pipelining should be implicit to aggregate requests from concurrent goroutines into micro batches.
As there were no driver with implicit pipelining at the moment, we wrote new one. Now we make it open and we hope it will be useful for community as well: Package: https://github.com/joomcode/redispipe Godoc : https://godoc.org/github.com/joomcode/redispipe With best wishes, Sokolov Yura aka funny-falcon. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.