I started with the current microbenchmarking suite from the zio-redis repository and tweaked it to check throughput, considering the different key values' sizes, from 128b to 32kb. I've been running microbenchmarking for the current versions of Redis4Cats and Zio-Redis:
"dev.profunktor" %% "redis4cats-effects" % "1.7.2"
"dev.zio" %% "zio-redis" % "1.0.0"The suite's config:
@Measurement(iterations = 10)