Stephanie here ... how do I search Rails Redis by Batch ID to find the logs?
I successfully queried Redis smembers to retrieve the batch IDs by how do I use the IDs to search the logs for those batch ids
$redis.smembers("searchkick:reindex:pets_development_20210319175006029:batches") => ["14557", "14740", "14744", "14743"]