Skip to content

RediStack 2.0.0 Alpha 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mordil Mordil released this 18 Apr 04:48
· 26 commits to master since this release
9da5773

API Docs are always available at docs.redistack.info

Major

  • Swift 5.3 is now the minimum required version (5ed6375)
  • All commands methods on RedisClient types now support an optional EventLoop and Logger instance when invoking commands to use (#92)

Minor

  • Added an optional callback closure to RedisConnection to be invoked when unexpected closures happen to the connection (#95)
  • Added the STRLEN command (!163)
  • Added the KEYS command (#101)
  • RedisCommand is now Equatable (498b6a5)
  • Added basic support for DocC (d5f38b7)

Patch

  • Ensured the zrevrange bug will not regress (6c4ca52, #104)