redis-rb v4.7.0 Release Notes

    • ๐Ÿ‘Œ Support single endpoint architecture with SSL/TLS in cluster mode. See #1086.
    • ๐Ÿ‘€ zrem and zadd act as noop when provided an empty list of keys. See #1097.
    • ๐Ÿ‘Œ Support IPv6 URLs.
    • โž• Add Redis#with for better compatibility with connection_pool usage.
    • ๐Ÿ›  Fix the block form of multi called inside pipelined. Previously the MUTLI/EXEC wouldn't be sent. See #1073.