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 acb5989 commit 5296545Copy full SHA for 5296545
README.md
@@ -77,7 +77,7 @@ The client does not provide connection pooling. Each `Redis` instance
77
has one and only one connection to the server, and use of this connection
78
is protected by a mutex.
79
80
-As such it is heavilly recommended to use the [`connection_pool` gem], e.g.:
+As such it is heavilly recommended to use the [`connection_pool` gem](https://github.com/mperham/connection_pool), e.g.:
81
82
```ruby
83
module MyApp
@@ -91,8 +91,6 @@ end
91
MyApp.redis.incr("some-counter")
92
```
93
94
-[`connection_pool` gem](https://github.com/mperham/connection_pool)
95
-
96
## Sentinel support
97
98
The client is able to perform automatic failover by using [Redis
0 commit comments