cpp_redis v3.5.4 Release Notes

Release Date: 2017-08-25 // over 6 years ago
  • 🏷 Tag

    3.5.4.

    Date

    August 24th, 2017

    🔄 Changes

    • fix issue #86 by changing some int32_t to int64_t (was causing overflow leading to stuck program on some architecture)
    • 👌 improve travis build with caching

    ➕ Additions

    • ZADD command
    • CLIENT KILL

    Removals

    None