Skip to content

Commit 5296545

Browse files
authored
make connection pool reference clickable
1 parent acb5989 commit 5296545

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ The client does not provide connection pooling. Each `Redis` instance
7777
has one and only one connection to the server, and use of this connection
7878
is protected by a mutex.
7979

80-
As such it is heavilly recommended to use the [`connection_pool` gem], e.g.:
80+
As such it is heavilly recommended to use the [`connection_pool` gem](https://github.com/mperham/connection_pool), e.g.:
8181

8282
```ruby
8383
module MyApp
@@ -91,8 +91,6 @@ end
9191
MyApp.redis.incr("some-counter")
9292
```
9393

94-
[`connection_pool` gem](https://github.com/mperham/connection_pool)
95-
9694
## Sentinel support
9795

9896
The client is able to perform automatic failover by using [Redis

0 commit comments

Comments
 (0)