RediStack 1.2.0
API Docs are always available at docs.redistack.info
Minor
RedisConnectionnow has anonUnexpectedClosurecallback property that can be used to respond to unexpected connection closures #95let connection: RedisConnection connection.onUnexpectedClosure = { cleanup() }