Skip to content

v0.2.4: Compatibility with Redis Cluster

Compare
Choose a tag to compare
@brandur brandur released this 25 Mar 06:54

Tweaks a few aspects of the implementation so that the module is compatible with Redis Cluster. Specifically, we tell Redis which arguments are keys (so clients know the right node to send invocations to) and how to replicate the command to replicas.

  • #31 Add a replication invocation to allow Redis Cluster compatibility.
  • #32 Minor documentation fixups.