RediStack 1.0.0
API Docs are always available at docs.redistack.info
Minor
RedisConnectionPoolIntegrationTestCase.makeNewPool
now accepts aconnectionRetryTimeout: NIO.TimeAmount
56f0ab0b- Add
leaseConnection
method toRedisConnectionPool
which allows temporary exclusive access to a connection for chained use !139 - Add
allowSubscriptions
property toRedisConnection
to control whether the connection can be used for PubSub !139- When this property is set to
false
any currently active subscriptions will end
- When this property is set to
Patch
- Fix
punsubscribe
andunsubscribe
when called with empty arrays !140