High Availability Redis Support - Possible?

We are trying and failing to use Redis in a high-availability configuration, either with a pair of servers in a cluster or with read/write nodes. Using a cluster throws errors and using read/write config doesn’t appear supported by the config examples we’ve read.

Does the application support this, or are we locked to using a single Redis server instance, with the hopes that it never fails?