redis-rb v4.1.1 Release Notes

Release Date: 2019-05-06 // almost 5 years ago
    • ๐Ÿ›  Fix error handling in multi blocks. See #754.
    • ๐Ÿ›  Fix geoadd to accept arrays like georadius and georadiusbymember. See #841.
    • ๐Ÿ›  Fix georadius command failing when long == lat. See #841.
    • ๐Ÿ›  Fix timeout error in xread block: 0. See #837.
    • ๐Ÿ›  Fix incompatibility issue with redis-objects. See #834.
    • Properly handle Errno::EADDRNOTAVAIL on connect.
    • ๐Ÿ›  Fix password authentication to sentinel instances. See #813.