Skip to content

RediStack 1.1.0

Compare
Choose a tag to compare
@Mordil Mordil released this 22 Nov 08:50
· 64 commits to master since this release
b2367ac

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. !142
    • RedisConnection.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 on RedisConnection.Configuration. !142

Misc

  • Fixed API documentation typos !142
  • Clarified sections of API documentation to be more precise !142