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