RediStack 2.0.0 Alpha 4
Pre-release
Pre-release
API Docs are always available at docs.redistack.info
Major
- Swift 5.3 is now the minimum required version (5ed6375)
- All commands methods on
RedisClienttypes now support an optionalEventLoopandLoggerinstance when invoking commands to use (#92)
Minor
- Added an optional callback closure to
RedisConnectionto be invoked when unexpected closures happen to the connection (#95) - Added the
STRLENcommand (!163) - Added the
KEYScommand (#101) RedisCommandis nowEquatable(498b6a5)- Added basic support for DocC (d5f38b7)