Skip to content

RediStack 2.0.0 Beta 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Mordil Mordil released this 15 Aug 04:10
· 16 commits to master since this release
0465b34

API Docs are always available at docs.redistack.info

DocC documentation is now available from Swift Package Index.

Major

  • Significantly refactored the RedisConnection.Configuration and RedisConnectionPool.Configuration APIs !176
  • Refactored Pub/Sub onSubscribe/onUnsubscribe callbacks to provide greater context to unsubscribe events !171
  • Swift 5.5 is now the minimum supported version !178

Minor

  • Added overload of PING command with no message arguments !172

Patch

  • addPubSubHandler now properly checks if handlers have been added/removed before executing logic to avoid deadlocks !173