Skip to content

RediStack 1.2.0

Compare
Choose a tag to compare
@Mordil Mordil released this 17 Aug 05:08
· 63 commits to master since this release

API Docs are always available at docs.redistack.info

Minor

  • RedisConnection now has an onUnexpectedClosure callback property that can be used to respond to unexpected connection closures #95
    let connection: RedisConnection
    connection.onUnexpectedClosure = { cleanup() }