Summary
Add a Go benchmark engine with support for the following drivers:
valkey-glide
go-redis
rueidis (multiplexing client, similar to GLIDE)
This enables benchmarking GLIDE Go against the two most popular Go Redis clients.
Implementation Notes
- Follow the ADDING_LANGUAGE.md guide
- Goroutine-per-connection model is a natural fit for the engine's concurrency design
Summary
Add a Go benchmark engine with support for the following drivers:
valkey-glidego-redisrueidis(multiplexing client, similar to GLIDE)This enables benchmarking GLIDE Go against the two most popular Go Redis clients.
Implementation Notes