Meili.Health (Meili v0.1.0)

Copy Markdown View Source

Manages Meilisearch health, version, and stats checks.

Summary

Functions

Gets the health of the Meilisearch server.

Gets the health of the Meilisearch server, raising if the request fails.

Gets the stats of all indexes.

Gets the stats of all indexes, raising if the request fails.

Gets the version of the Meilisearch server.

Gets the version of the Meilisearch server, raising if the request fails.

Functions

health(client \\ nil)

Gets the health of the Meilisearch server.

health!(client \\ nil)

Gets the health of the Meilisearch server, raising if the request fails.

stats(client \\ nil)

Gets the stats of all indexes.

stats!(client \\ nil)

Gets the stats of all indexes, raising if the request fails.

version(client \\ nil)

Gets the version of the Meilisearch server.

version!(client \\ nil)

Gets the version of the Meilisearch server, raising if the request fails.