Commit 4d5276bd737c5b2cdf27a80283d67be6b4a0d402

Authored by Andrew Kane
1 parent cc0815c0

Updated readme [skip ci]

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -1186,7 +1186,7 @@ Searchkick.reindex_status(index_name) @@ -1186,7 +1186,7 @@ Searchkick.reindex_status(index_name)
1186 1186
1187 ### Queuing 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 ```ruby 1191 ```ruby
1192 Searchkick.redis = Redis.new 1192 Searchkick.redis = Redis.new