RedisNIO 1.0.0 Alpha 3
Pre-release
Pre-release
Major
NIO
is no longer exported, you will need to explicitlyimport NIO
!57errorCaught
inRedisCommandHandler
now fails all pending responses, and does not incrementRedisMetrics.commandFailureCount
!59EventLoopFuture.mapFromRESP
has been renamed to `EventLoopFuture.convertFromRESPValue !60
Minor
- The
APPEND
command is now available with theappend(_:to:)
method !61