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
RedisClient
types now support an optionalEventLoop
andLogger
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 nowEquatable
(498b6a5)- Added basic support for DocC (d5f38b7)