We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf15c32 commit 3453fe6Copy full SHA for 3453fe6
README.md
@@ -29,7 +29,7 @@ To install **redis-rb**, run the following command:
29
gem install redis
30
```
31
32
-Or if you are using **bundler**, add
+Or if you are using **bundler**, add
33
34
35
gem 'redis', '~>3.2'
@@ -54,8 +54,7 @@ listening on `localhost`, port 6379. If you need to connect to a remote
54
server or a different port, try:
55
56
```ruby
57
-redis = Redis.new(:host => "10.0.1.1", :port => 6380, :db => 15,
58
- :read_timeout => 1, :connect_timeout => 1)
+redis = Redis.new(:host => "10.0.1.1", :port => 6380, :db => 15)
59
60
61
You can also specify connection options as a [`redis://` URL][redis-url]:
0 commit comments