RediStack 1.0.0 Alpha 9
Pre-release
Pre-release
API Docs are always available at docs.redistack.info
Major
- The
isConnected
property is no longer a requirement for theRedisClient
protocol #73 - Dozens of the convenience command methods that return
RESPValue
types now have an overload for mapping to a desired end type !106 - The
RESPValue.init(bulk:)
initializer has been replaced by a single genericinit(from:)
form !108