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 cb647e8 commit f925702Copy full SHA for f925702
README.md
@@ -231,7 +231,7 @@ The above code could be added to either `config/environments/production.rb` or a
231
232
### Configure how the redis client is created
233
234
-You can configure how the redis client is created by setting `config.connector` in your `application.rb`:
+You can configure how the redis client is created by setting `config.kredis.connector` in your `application.rb`:
235
236
```ruby
237
config.kredis.connector = ->(config) { SomeRedisProxy.new(config) }
0 commit comments