In Redis Search, is indexing performed synchronously for Hashes?

Hello everyone,

I couldn’t find anywhere in the Redis Search docs, whether indexing performed synchronously for Hashes or not. I can see this for JSON documents:

Modified and newly created documents are indexed synchronously, so the document will be available by the time the add or modify command finishes.

Source: Indexing | Docs

But I can’t find the same for hashes.

Can someone point me to where in the documentation my question is answered?

Thanks