Commit 4e11926e33a1a86589c834c1b678af2e6b3ba31f
Committed by
GitHub
1 parent
54575f1b
Exists in
master
and in
5 other branches
Fix sentence in Queuing section of README (#1458)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1469,7 +1469,7 @@ Product.search_index.promote(index_name, update_refresh_interval: true) |
1469 | 1469 | |
1470 | 1470 | ### Queuing |
1471 | 1471 | |
1472 | -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). | |
1472 | +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). | |
1473 | 1473 | |
1474 | 1474 | ```ruby |
1475 | 1475 | Searchkick.redis = ConnectionPool.new { Redis.new } | ... | ... |