redis-rb v4.5.0 Release Notes

    • ๐Ÿ‘€ Handle parts of the command using incompatible encodings. See #1037.
    • โž• Add GET option to SET command. See #1036.
    • โž• Add ZRANDMEMBER command. See #1035.
    • โž• Add LMOVE/BLMOVE commands. See #1034.
    • โž• Add ZMSCORE command. See #1032.
    • โž• Add LT/GT options to ZADD. See #1033.
    • โž• Add SMISMEMBER command. See #1031.
    • โž• Add EXAT/PXAT options to SET. See #1028.
    • โž• Add GETDEL/GETEX commands. See #1024.
    • Redis#exists now returns an Integer by default, as warned since 4.2.0. The old behavior can be restored with Redis.exists_returns_integer = false.
    • ๐Ÿ›  Fix Redis < 6 detection during connect. See #1025.
    • ๐Ÿ›  Fix fetching command details in Redis cluster when the first node is unhealthy. See #1026.