Skip to content

RedisNIO 1.0.0 Alpha 3

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mordil Mordil released this 11 Jul 21:35
· 223 commits to master since this release

Major

  • NIO is no longer exported, you will need to explicitly import NIO !57
  • errorCaught in RedisCommandHandler now fails all pending responses, and does not increment RedisMetrics.commandFailureCount !59
  • EventLoopFuture.mapFromRESP has been renamed to `EventLoopFuture.convertFromRESPValue !60

Minor

  • The APPEND command is now available with the append(_:to:) method !61