redis-rb v4.2.3 Release Notes

    • ๐Ÿ‘€ Use io/wait instead of IO.select in the ruby connector. See #960.
    • ๐Ÿ‘€ Use exception free non blocking IOs in the ruby connector. See #926.
    • ๐Ÿ‘€ Prevent corruption of the client when an interrupt happen during inside a pipeline block. See #945.