class Meilisearch::Crystal::Management

Overview

Health, version, statistics, dump, and snapshot operations.

Defined in:

meilisearch/crystal/management.cr

Instance Method Summary

Instance methods inherited from class Meilisearch::Crystal::API

client : Client client, http(*args, **options)
http(*args, **options, &)
http

Constructor methods inherited from class Meilisearch::Crystal::API

new(client : Client) new

Macros inherited from class Meilisearch::Crystal::API

pass(*methods) pass

Instance Method Detail

def create_dump : TaskResult #

[View source]
def create_snapshot : TaskResult #

[View source]
def health : Health #

[View source]
def index_stats(uid : String) : Index::Stats #

[View source]
def stats : Stats #

[View source]
def version : Version #

[View source]