redis-rb v3.2.2 Release Notes

    • โž• Added support for ZADD options NX, XX, CH, INCR. See #547.

    • โž• Added support for sentinel commands. See #556.

    • ๐Ÿ†• New :id option allows you to identify the client against Redis. See #510.

    • Redis::Distributed will raise when adding two nodes with the same ID. See #354.