Skip to content

v1.3.1

Compare
Choose a tag to compare
@stefanwille stefanwille released this 02 Feb 10:51
· 309 commits to master since this release

Release 1.3.1

New features

  • When connecting to a password protected Redis server, the password can now be passed as constructor parameter. For example: Redis.new(host: "localhost", port: 6379, password: "foobared"). Fixes #10