Skip to content

Commit f925702

Browse files
authored
correct kredis connector config doc (#69)
1 parent cb647e8 commit f925702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The above code could be added to either `config/environments/production.rb` or a
231231

232232
### Configure how the redis client is created
233233

234-
You can configure how the redis client is created by setting `config.connector` in your `application.rb`:
234+
You can configure how the redis client is created by setting `config.kredis.connector` in your `application.rb`:
235235

236236
```ruby
237237
config.kredis.connector = ->(config) { SomeRedisProxy.new(config) }

0 commit comments

Comments
 (0)