i tried to benchmark the redis standalone and cluster using nodejs in the middle . used redisio api in node js
the standalone redis throughput is : 5000
and redis cluster is also producing the same throughput i.e : 5000
does cluster increases any throughput ?
Comment From: aaronshq
can you give more details about how you do the benchmark. I think you just test on one node so no difference could be found.
Comment From: filipecosta90
@Anandesi @aaron0769 suggesting this issue to be closed by the core team given there is no evidence for this to be redis-server related. @Anandesi please keep in mind that if you benchmark targeting a single key for example, no matter the cluster size you will always be limited by a single node performance. Things like client resource limits/missconfigs should always be double checked when doing any benchmark to assess we're really benchmarking/measuring what we intent.