All Versions
18
Latest Version
Avg Release Cycle
50 days
Latest Release
1559 days ago

Changelog History
Page 2

  • v3.3.1 Changes

    May 08, 2019

    πŸ†• New:

    • βž• Added convenience method for LREM (#141)
    • βž• Added convenience methods for HMSET and HMGET (#142)

    πŸ›  Fixed:

    • ⚠ Swift 5 Compiler warnings due to fileprivate access modifiers (#145)
  • v3.3.0 Changes

    March 02, 2019

    πŸ†• New:

    • βž• Added convenience methods for LPOP, BLPOP, BRPOP, and BRPOPLPUSH. (#138)
    • βž• Added convenience methods for ZADD, ZCOUNT, ZRANGE, ZRANGEBYSCORE, and ZREM (#138)
  • v3.2.0 Changes

    February 26, 2019

    πŸ†• New:

    • βž• Added helpers for hash operations HSET, HKEYS, HGET, HDEL, and HGETALL. (#125)
  • v3.1.0 Changes

    February 07, 2019

    πŸ†• New:

    • βž• Adds Array conformance to RedisDataConvertible. (#130)
    • βž• Adds string support to Int conformance to RedisDataConvertible. (#131)
    • βž• Adds convenience methods for set operations. (#129)
  • v3.0.3 Changes

    January 24, 2019

    πŸ›  Fixed:

    • πŸ›  Fixed a duplicate message warning. (#134)
  • v3.0.2 Changes

    September 17, 2018

    πŸ›  Fixed:

    • βž• Added support for parsing null arrays. (#123)
  • v3.0.1 Changes

    August 28, 2018

    πŸ›  Fix:

    • The EXPIRE command now works as expected. (#122)
  • v3.0.0 Changes

    August 17, 2018

    Redis 3.0 is here πŸŽ‰
    🍱 ⚑️Non-blocking, event-driven Redis client.

    πŸ“„ Docs:
    πŸ“„ https://docs.vapor.codes/3.0/redis/getting-started/

    πŸ“„ API Docs:
    βœ… https://api.vapor.codes/redis/latest/Redis