v1.3.1
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
Redis.new(host: "localhost", port: 6379, password: "foobared")
. Fixes #10