cpp_redis v3.1.0 Release Notes

  • ๐Ÿท Tag

    3.1.0.

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fix: compilation for specific windows compilers concerning atomic variables
    • ๐Ÿ›  Fix: handle correctly array replies with negative size by returning a null reply instead of throwing an invalid format exception
    • ๐Ÿ›  Fix: Bump tacopie version to retrieve a fix concerning gethostbyname() thread-safety issue on unix
    • ๐Ÿ›  Fix: compilation for programs based on Qt ('slots' conflict) ### โž• Additions
    • โž• Add some overloads for the Z set functions to support floating point values
    • โž• Add an auth method to the subscriber class to allow a subscriber to authenticate on the redis server ### Removals None