Skip to content

RediStack 1.0.0

Compare
Choose a tag to compare
@Mordil Mordil released this 17 Oct 05:37
· 68 commits to master since this release
61cc879

API Docs are always available at docs.redistack.info

Minor

  • RedisConnectionPoolIntegrationTestCase.makeNewPool now accepts a connectionRetryTimeout: NIO.TimeAmount 56f0ab0b
  • Add leaseConnection method to RedisConnectionPool which allows temporary exclusive access to a connection for chained use !139
  • Add allowSubscriptions property to RedisConnection to control whether the connection can be used for PubSub !139
    • When this property is set to false any currently active subscriptions will end

Patch

  • Fix punsubscribe and unsubscribe when called with empty arrays !140