If your indexer is really the bottleneck of such an installation, you can easily add a second Logstash indexer on a second computer with the same configuration, where you only change the source redis host and the destination elasticsearch host. When they read the same instance of redis, they use blocking reads to ensure that a single redis record is read by a single index.
Like all components, they are especially good at horizontal scaling (more machines), but the indexer can also be scaled to a larger machine.
, . , , ( Logstash) , JSON "" .