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
SELECT
commands when being created as both standalone connections and as part of a connection pool !142 - Added
RedisConnection.make
static method that accepts a configuration object for initialization rather than the handful of parameters. !142RedisConnection.connect
has been deprecated.
- Added
RedisConnectionPool
initializer that accepts a configuration object rather than the large handful of parameters. !142- The previous initializer has been deprecated.
RedisConnection.defaultPort
has been deprecated. It is available onRedisConnection.Configuration
. !142