From 4e11926e33a1a86589c834c1b678af2e6b3ba31f Mon Sep 17 00:00:00 2001 From: Artin Boghosian Date: Thu, 11 Feb 2021 00:30:20 -0800 Subject: [PATCH] Fix sentence in Queuing section of README (#1458) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f67c9b6..94fa000 100644 --- a/README.md +++ b/README.md @@ -1469,7 +1469,7 @@ Product.search_index.promote(index_name, update_refresh_interval: true) ### Queuing -Push ids of records needing reindexed to a queue and reindex in bulk for better performance. First, set up Redis in an initializer. We recommend using [connection_pool](https://github.com/mperham/connection_pool). +Push ids of records needing reindexing to a queue and reindex in bulk for better performance. First, set up Redis in an initializer. We recommend using [connection_pool](https://github.com/mperham/connection_pool). ```ruby Searchkick.redis = ConnectionPool.new { Redis.new } -- libgit2 0.21.0