From 6787a6ef1c09f02d3546b76da260c6f4393c7898 Mon Sep 17 00:00:00 2001 From: "Marcos G. Zimmermann" Date: Tue, 16 Jul 2024 17:36:19 -0300 Subject: [PATCH] chore: add esse-redis_storage and esse-async_indexing to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dd3e858..dfe7c0b 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ This gem is a Ruby simple and extremely flexible client for ElasticSearch and Op - **WIP** [esse-sequel](https://github.com/marcosgz/esse-sequel) - Sequel integration - [esse-rspec](https://github.com/marcosgz/esse-rspec) - RSpec helpers and matchers - [esse-jbuilder](https://github.com/marcosgz/esse-jbuilder) - Build Search requests using Jbuilder templates +- [esse-redis_storage](https://github.com/marcosgz/esse-redis_storage) - Add-on for the esse gem to be used with Redis as a storage backend +- [esse-async_indexing](https://github.com/marcosgz/esse-async_indexing) - Esse extension to allow async indexing using Faktory or Sidekiq. ## Components