From f4f68dbe2c5897c24eff99489961264978b7797d Mon Sep 17 00:00:00 2001 From: sampatbadhe Date: Sat, 19 Feb 2022 07:27:31 +0530 Subject: [PATCH] correct kredis connector config doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a1df6c..5dc0451 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ The above code could be added to either `config/environments/production.rb` or a ### Configure how the redis client is created -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`: ```ruby config.kredis.connector = ->(config) { SomeRedisProxy.new(config) }