Commit 4d5276bd737c5b2cdf27a80283d67be6b4a0d402
1 parent
cc0815c0
Exists in
master
and in
19 other branches
Updated readme [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -1186,7 +1186,7 @@ Searchkick.reindex_status(index_name) |
1186 | 1186 | |
1187 | 1187 | ### Queuing |
1188 | 1188 | |
1189 | -You can also queue updates and do them in bulk for better performance. First, set up Redis in an initializer. | |
1189 | +You can also queue ids of records that need reindexed and reindex in bulk for better performance. First, set up Redis in an initializer. | |
1190 | 1190 | |
1191 | 1191 | ```ruby |
1192 | 1192 | Searchkick.redis = Redis.new | ... | ... |