RediStack 1.1.0
API Docs are always available at docs.redistack.info
Minor
Several pieces of API have been deprecated. They will be removed in the next major version.
- Added the ability to have connections auto-send
SELECTcommands when being created as both standalone connections and as part of a connection pool !142 - Added
RedisConnection.makestatic method that accepts a configuration object for initialization rather than the handful of parameters. !142RedisConnection.connecthas been deprecated.
- Added
RedisConnectionPoolinitializer that accepts a configuration object rather than the large handful of parameters. !142- The previous initializer has been deprecated.
RedisConnection.defaultPorthas been deprecated. It is available onRedisConnection.Configuration. !142